mikuli.cz

:)
git clone https://git.sr.ht/~ashymad/mikuli.cz
Log | Files | Refs

commit 4ffca610a1d53c43f0b301dd7ae679fcd55f301c
parent a281dfb66aeca30d32f4b28b5bf5bad97c204e8b
Author: markseu <mark2011@mayberg.se>
Date:   Mon,  7 Apr 2014 17:26:46 +0200

Core update (good design is as little as possible)

Diffstat:
Myellow.php | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/yellow.php b/yellow.php @@ -11,7 +11,7 @@ if(PHP_SAPI != "cli") } else { $yellow = new Yellow(); $yellow->plugins->load(); - $statusCode = $yellow->plugin("commandline", $argv[1], $argv[2], $argv[3], $argv[4], $argv[5]); + $statusCode = $yellow->plugin("commandline", $argv[1], $argv[2], $argv[3], $argv[4], $argv[5], $argv[6]); exit($statusCode<=200 ? 0 : 1); } ?> \ No newline at end of file