* [refac] Remove unused parameter productID.
This commit is contained in:
@@ -197,7 +197,7 @@ class execution extends control
|
||||
/* Build the search form. */
|
||||
$modules = $this->loadModel('tree')->getTaskOptionMenu($executionID, 0, $showModule);
|
||||
$actionURL = $this->createLink('execution', 'task', "executionID=$executionID&status=bySearch¶m=myQueryID&orderBy=$orderBy&recTotal=0&recPerPage=100&pageID=1&from=$from&blockID=$blockID");
|
||||
$this->execution->buildTaskSearchForm($executionID, $productID, $this->executions, $queryID, $actionURL);
|
||||
$this->execution->buildTaskSearchForm($executionID, $this->executions, $queryID, $actionURL);
|
||||
|
||||
$this->view->title = $execution->name . $this->lang->hyphen . $this->lang->execution->task;
|
||||
$this->view->tasks = $tasks;
|
||||
|
||||
Reference in New Issue
Block a user