* change getList to getByList

* add getByList in story module.
This commit is contained in:
wyd621
2014-03-24 02:24:56 +00:00
parent b66c834b43
commit 8086d79e70
5 changed files with 34 additions and 13 deletions
+1 -1
View File
@@ -840,7 +840,7 @@ class bug extends control
/* Reset $_POST. Do not unset that because the function of close need that in model. */
$_POST = array();
$bugs = $this->bug->getList($bugIDList);
$bugs = $this->bug->getByList($bugIDList);
foreach($bugs as $bugID => $bug)
{
if($bug->status != 'resolved')