소스 검색

Core update (good design is as little as possible)

markseu 11 년 전
부모
커밋
4ffca610a1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      yellow.php

+ 1 - 1
yellow.php

@@ -11,7 +11,7 @@ if(PHP_SAPI != "cli")
 } else {
 } else {
 	$yellow = new Yellow();
 	$yellow = new Yellow();
 	$yellow->plugins->load();
 	$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);
 	exit($statusCode<=200 ? 0 : 1);
 }
 }
 ?>
 ?>