diff options
author | redmatrix <git@macgirvin.com> | 2016-06-03 20:22:20 -0700 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-06-03 20:22:20 -0700 |
commit | a4474b49cb805ca2039909a4d941268a02d5306a (patch) | |
tree | f0173b33e99722fc94aa5c1edbce361fe79f3b91 /boot.php | |
parent | 296957b5b5de15f51ff6c6dc14c3e47b9b181359 (diff) | |
download | volse-hubzilla-a4474b49cb805ca2039909a4d941268a02d5306a.tar.gz volse-hubzilla-a4474b49cb805ca2039909a4d941268a02d5306a.tar.bz2 volse-hubzilla-a4474b49cb805ca2039909a4d941268a02d5306a.zip |
make init static on master also
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -46,7 +46,7 @@ require_once('include/account.php'); define ( 'PLATFORM_NAME', 'hubzilla' ); -define ( 'STD_VERSION', '1.6.5' ); +define ( 'STD_VERSION', '1.6.6' ); define ( 'ZOT_REVISION', 1 ); define ( 'DB_UPDATE_VERSION', 1168 ); @@ -786,7 +786,7 @@ class App { /** * App constructor. */ - function init() { + public static function init() { // we'll reset this after we read our config file date_default_timezone_set('UTC'); |