diff options
author | redmatrix <git@macgirvin.com> | 2016-05-25 13:46:19 -0700 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-05-25 13:46:19 -0700 |
commit | da19ac98dd871216d23bef08b33dc4313446c883 (patch) | |
tree | 8b21706fe5948766e5cc2111131a1ddfae1130ca /include | |
parent | a3e617987fb6ed862b397f582671a195969653c4 (diff) | |
download | volse-hubzilla-da19ac98dd871216d23bef08b33dc4313446c883.tar.gz volse-hubzilla-da19ac98dd871216d23bef08b33dc4313446c883.tar.bz2 volse-hubzilla-da19ac98dd871216d23bef08b33dc4313446c883.zip |
Just set it and forget it.
Diffstat (limited to 'include')
-rw-r--r-- | include/cli_startup.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/cli_startup.php b/include/cli_startup.php index 1436fe1ef..792598c6c 100644 --- a/include/cli_startup.php +++ b/include/cli_startup.php @@ -8,9 +8,7 @@ function cli_startup() { global $default_timezone; - if(is_null($a)) { - $a = new miniApp; - } + $a = new miniApp; App::init(); |