@@ -26,7 +43,7 @@ job->name); ?> - job->repo); ?> + ci->repo); ?> job->triggerType; ?> diff --git a/module/ci/view/createjob.html.php b/module/ci/view/createjob.html.php index 68b307b67c..a0ee47b20e 100644 --- a/module/ci/view/createjob.html.php +++ b/module/ci/view/createjob.html.php @@ -29,7 +29,7 @@ - job->repo; ?> + ci->repo; ?> diff --git a/module/ci/view/editjob.html.php b/module/ci/view/editjob.html.php index 1d81a3835b..c1437595d0 100644 --- a/module/ci/view/editjob.html.php +++ b/module/ci/view/editjob.html.php @@ -29,7 +29,7 @@ - job->repo; ?> + ci->repo; ?> repoType, "onchange='repoTypeChanged(this.value)' class='form-control chosen'"); ?> diff --git a/module/cron/control.php b/module/cron/control.php index c31e970959..0d9006f29c 100644 --- a/module/cron/control.php +++ b/module/cron/control.php @@ -207,9 +207,7 @@ class cron extends control if(isset($params['moduleName']) and isset($params['methodName'])) { $this->app->loadConfig($params['moduleName']); - - $paramArr = explode(",", $params['parm']); - $output = $this->fetch($params['moduleName'], $params['methodName'], $paramArr); + $output = $this->fetch($params['moduleName'], $params['methodName']); } } elseif(isset($crons[$id]) and $crons[$id]->type == 'system')