Avoid undefined class variables
This commit is contained in:
@@ -49,7 +49,7 @@ require_once("boot.php");
|
||||
|
||||
global $a;
|
||||
|
||||
if (is_null($a)) {
|
||||
if (empty($a)) {
|
||||
$a = new App(dirname(__DIR__));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user