summaryrefslogtreecommitdiff
path: root/update.php
diff options
context:
space:
mode:
authorwn_ <[email protected]>2021-11-12 04:51:35 +0000
committerwn_ <[email protected]>2021-11-12 04:51:35 +0000
commit734be4ebd1dd7732d413bb69df33ac4e33460a5e (patch)
tree03dee36e198ba2cbee4e230657d2bced2d67a135 /update.php
parent763515de794b4affaf2babcc73008fcf88875c97 (diff)
Minor PHPStand warning fix in 'update.php'.
Diffstat (limited to 'update.php')
-rwxr-xr-xupdate.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/update.php b/update.php
index 6cd61a451..d62825b98 100755
--- a/update.php
+++ b/update.php
@@ -97,7 +97,7 @@
];
foreach (PluginHost::getInstance()->get_commands() as $command => $data) {
- $options_map[$command . $data["suffix"]] = [ $data["arghelp"] ?? "", $data["description"] ];
+ $options_map[$command . $data["suffix"]] = [ $data["arghelp"], $data["description"] ];
}
if (php_sapi_name() != "cli") {