aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2022-01-28 13:32:28 +0000
committerMario <mario@mariovavti.com>2022-01-28 13:32:28 +0000
commitc4dd8885e43441e40d05f17bc8ef1726f15c478d (patch)
tree80ac9644e17fa0a9707ff6fb8c7ff89922bac4fe /boot.php
parent4c82952b580f8fc93c4cea4648372368464724ed (diff)
downloadvolse-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.php2
1 files changed, 1 insertions, 1 deletions
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;