Explorar o código

System update (coding style)

markseu %!s(int64=9) %!d(string=hai) anos
pai
achega
1ad7210f79
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      system/plugins/commandline.php

+ 1 - 0
system/plugins/commandline.php

@@ -46,6 +46,7 @@ class YellowCommandline
 	function helpCommand()
 	{
 		echo "Yellow ".YellowCore::Version."\n";
+		$lineCounter = 0;
 		foreach($this->getCommandHelp() as $line) echo (++$lineCounter>1 ? "        " : "Syntax: ")."yellow.php $line\n";
 		return 200;
 	}