[-] BO : fixed bug #PSCFV-4961 - Strange behavior when reordering categories

This commit is contained in:
vAugagneur
2013-01-09 13:44:19 +01:00
parent b64098f3f2
commit 66974a05e0
4 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -1465,7 +1465,7 @@ class AdminControllerCore extends Controller
if (!in_array($action, $this->actions) && isset($this->$action) && $this->$action)
$this->actions[] = $action;
}
$helper->is_cms = $this->is_cms;
$list = $helper->generateList($this->_list, $this->fields_list);
return $list;