diff options
author | redmatrix <git@macgirvin.com> | 2016-03-31 20:24:30 -0700 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-03-31 20:24:30 -0700 |
commit | 44283dbbbb30d434f1153df7e09b62f54b22887d (patch) | |
tree | 509b0750614401a1a7c757cb6b160616aeb77bfe /boot.php | |
parent | 0cda43145629586e6110e83fa2356e1c4ee4811a (diff) | |
download | volse-hubzilla-44283dbbbb30d434f1153df7e09b62f54b22887d.tar.gz volse-hubzilla-44283dbbbb30d434f1153df7e09b62f54b22887d.tar.bz2 volse-hubzilla-44283dbbbb30d434f1153df7e09b62f54b22887d.zip |
change the App constructor
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -784,7 +784,7 @@ class App { /** * App constructor. */ - function __construct() { + function init() { // we'll reset this after we read our config file date_default_timezone_set('UTC'); |