From c4dd8885e43441e40d05f17bc8ef1726f15c478d Mon Sep 17 00:00:00 2001 From: Mario Date: Fri, 28 Jan 2022 13:32:28 +0000 Subject: $cmd should be a strig and not null --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot.php') diff --git a/boot.php b/boot.php index 15c68f875..ff9801461 100644 --- a/boot.php +++ b/boot.php @@ -782,7 +782,7 @@ class App { public static $data = []; public static $error = false; public static $emojitab = false; - public static $cmd; + public static $cmd = ''; public static $argv; public static $argc; public static $module; -- cgit v1.2.3