commit c4a5ea5d00105a47c5fb651347bf9f7cba160241 parent 93c2422169ee75982644a6f396aa6cb318e19a8a Author: markseu <mark2011@mayberg.se> Date: Sun, 3 Dec 2023 03:43:21 +0100 Updated installer for Elon Diffstat:
| M | system/extensions/install.php | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/system/extensions/install.php b/system/extensions/install.php @@ -92,7 +92,7 @@ class YellowInstall { echo "The installation has not been completed. Please run command again.\n"; } else { $extensions = count($this->yellow->extension->data); - echo "Yellow $command: $extensions extension".($extensions!=1 ? "s" : "").", 0 errors.\n"; + echo "Yellow $command: $extensions extension".($extensions!=1 ? "s" : "").", 0 errors\n"; } } else { $statusCode = 500;