]> git.mxchange.org Git - friendica.git/commitdiff
Merge pull request #1131 from fabrixxm/master
authortobiasd <tobias.diekershoff@gmx.net>
Sun, 7 Sep 2014 15:52:52 +0000 (17:52 +0200)
committertobiasd <tobias.diekershoff@gmx.net>
Sun, 7 Sep 2014 15:52:52 +0000 (17:52 +0200)
Bug fixes!

1  2 
boot.php

diff --cc boot.php
index e4b08c3890fd888fdfd269e5819e9dcb0154b224,e552ee3e0b4bfdd15ff2a1e6a01ba7776253f3ad..3eb57ea1a7b41627e57ed53f40dcf670f6267173
+++ b/boot.php
@@@ -11,8 -11,11 +11,11 @@@ require_once('include/cache.php')
  require_once('library/Mobile_Detect/Mobile_Detect.php');
  require_once('include/features.php');
  
+ require_once('update.php');
+ require_once('include/dbstructure.php');
  define ( 'FRIENDICA_PLATFORM',     'Friendica');
 -define ( 'FRIENDICA_VERSION',      '3.2.1753' );
 +define ( 'FRIENDICA_VERSION',      '3.2.1754' );
  define ( 'DFRN_PROTOCOL_VERSION',  '2.23'    );
  define ( 'DB_UPDATE_VERSION',      1173      );
  define ( 'EOL',                    "<br />\r\n"     );