// Fix PSCFV-3781

This commit is contained in:
rGaillard
2012-08-28 09:26:15 +00:00
parent fba0181aa0
commit e8d02f2117
+1 -4
View File
@@ -1938,10 +1938,7 @@ class AdminControllerCore extends Controller
* @param integer $limit Row count in LIMIT clause
*/
public function getList($id_lang, $order_by = null, $order_way = null, $start = 0, $limit = null, $id_lang_shop = false)
{
if (!empty($this->_listsql))
return;
{
/* Manage default params values */
$use_limit = true;
if ($limit === false)