aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-03-31 20:24:30 -0700
committerredmatrix <git@macgirvin.com>2016-03-31 20:24:30 -0700
commit44283dbbbb30d434f1153df7e09b62f54b22887d (patch)
tree509b0750614401a1a7c757cb6b160616aeb77bfe /boot.php
parent0cda43145629586e6110e83fa2356e1c4ee4811a (diff)
downloadvolse-hubzilla-44283dbbbb30d434f1153df7e09b62f54b22887d.tar.gz
volse-hubzilla-44283dbbbb30d434f1153df7e09b62f54b22887d.tar.bz2
volse-hubzilla-44283dbbbb30d434f1153df7e09b62f54b22887d.zip
change the App constructor
Diffstat (limited to 'boot.php')
-rwxr-xr-xboot.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index 07c427e10..f480dd46d 100755
--- a/boot.php
+++ b/boot.php
@@ -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');