Fix mistype in the ServerEval class.

This commit is contained in:
Daniele Alessandri
2011-12-01 14:50:34 +01:00
parent 4a8c678561
commit 367ca6e31e
+1 -1
View File
@@ -54,6 +54,6 @@ class ServerEval extends Command
*/
public function getScriptHash()
{
returns sha1($this->getArgument(0));
return sha1($this->getArgument(0));
}
}