From a4474b49cb805ca2039909a4d941268a02d5306a Mon Sep 17 00:00:00 2001 From: redmatrix Date: Fri, 3 Jun 2016 20:22:20 -0700 Subject: make init static on master also --- boot.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'boot.php') diff --git a/boot.php b/boot.php index 2c50021c8..625bc39fa 100755 --- a/boot.php +++ b/boot.php @@ -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'); -- cgit v1.2.3