diff options
author | Mario <mario@mariovavti.com> | 2022-01-28 13:32:28 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2022-01-28 13:32:28 +0000 |
commit | c4dd8885e43441e40d05f17bc8ef1726f15c478d (patch) | |
tree | 80ac9644e17fa0a9707ff6fb8c7ff89922bac4fe /boot.php | |
parent | 4c82952b580f8fc93c4cea4648372368464724ed (diff) | |
download | volse-hubzilla-c4dd8885e43441e40d05f17bc8ef1726f15c478d.tar.gz volse-hubzilla-c4dd8885e43441e40d05f17bc8ef1726f15c478d.tar.bz2 volse-hubzilla-c4dd8885e43441e40d05f17bc8ef1726f15c478d.zip |
$cmd should be a strig and not null
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |