From da19ac98dd871216d23bef08b33dc4313446c883 Mon Sep 17 00:00:00 2001 From: redmatrix Date: Wed, 25 May 2016 13:46:19 -0700 Subject: Just set it and forget it. --- include/cli_startup.php | 4 +--- 1 file changed, 1 insertion(+), 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(); -- cgit v1.2.3