This commit is contained in:
Jerome Nadaud
2013-09-12 14:47:47 +02:00
parent 91d3da310b
commit e63ce0a86d
12 changed files with 464 additions and 41 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ class TreeToolbarSearchCore extends TreeToolbarButtonCore implements
private function _renderData($data)
{
if (!is_array($data) && !$data instanceof Traversable)
throw new PrestaShopException('Data value must be an traversable array');
throw new PrestaShopException('Data value must be a traversable array');
$html = '';