make init static on master also

This commit is contained in:
redmatrix 2016-06-03 20:22:20 -07:00
parent 296957b5b5
commit a4474b49cb

View File

@ -46,7 +46,7 @@ require_once('include/account.php');
define ( 'PLATFORM_NAME', 'hubzilla' ); define ( 'PLATFORM_NAME', 'hubzilla' );
define ( 'STD_VERSION', '1.6.5' ); define ( 'STD_VERSION', '1.6.6' );
define ( 'ZOT_REVISION', 1 ); define ( 'ZOT_REVISION', 1 );
define ( 'DB_UPDATE_VERSION', 1168 ); define ( 'DB_UPDATE_VERSION', 1168 );
@ -786,7 +786,7 @@ class App {
/** /**
* App constructor. * App constructor.
*/ */
function init() { public static function init() {
// we'll reset this after we read our config file // we'll reset this after we read our config file
date_default_timezone_set('UTC'); date_default_timezone_set('UTC');