diff --git a/module/ci/model.php b/module/ci/model.php index 2c3f7397e0..a4fcf6d3ae 100644 --- a/module/ci/model.php +++ b/module/ci/model.php @@ -59,7 +59,7 @@ class ciModel extends model * @access public * @return void */ - public function syncCompileStatus($compile, $notCompileMR) + public function syncCompileStatus($compile, $notCompileMR = array()) { $MRID = array_search($compile->job, $notCompileMR);