//added property _listSkipDelete

This commit is contained in:
lLefevre
2011-10-04 11:56:02 +00:00
parent fd02623ae4
commit b6eb256ee6
+2
View File
@@ -882,6 +882,8 @@ class AdminControllerCore extends Controller
$helper->shopLinkType = $this->shopLinkType;
$helper->identifier = $this->identifier;
$helper->token = $this->token;
$helper->_listSkipDelete = $this->_listSkipDelete;
$this->content .= $helper->generateList($this->_list, $this->fieldsDisplay);
}
}