aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-06-03 19:46:48 -0700
committerredmatrix <git@macgirvin.com>2016-06-03 19:46:48 -0700
commit0333dca550945ae4323bf7d361813e55e03c5d83 (patch)
tree6e9acea527a386352cd931c4a0a4706404ddad27 /boot.php
parentaf4352adf28ed56187a53b739098e78f423cb920 (diff)
downloadvolse-hubzilla-0333dca550945ae4323bf7d361813e55e03c5d83.tar.gz
volse-hubzilla-0333dca550945ae4323bf7d361813e55e03c5d83.tar.bz2
volse-hubzilla-0333dca550945ae4323bf7d361813e55e03c5d83.zip
App::init() should be static
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 16c5fed11..26bebe8f8 100755
--- a/boot.php
+++ b/boot.php
@@ -866,7 +866,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');