fix argument call

This commit is contained in:
Manuel Raynaud
2013-08-07 09:57:54 +02:00
parent 2f2e88b9fc
commit 14f12437fc
2 changed files with 6 additions and 1 deletions

View File

@@ -165,7 +165,7 @@ class Category extends BaseLoop
foreach ($categories as $category) {
if ($this->not_empty && $category->countAllProducts() == 0) continue;
if ($this->getNot_empty() && $category->countAllProducts() == 0) continue;
$loopResultRow = new LoopResultRow();