Skip to content

Commit

Permalink
debug=0
Browse files Browse the repository at this point in the history
  • Loading branch information
webber12 committed Dec 18, 2017
1 parent 84b1cc9 commit dfba6d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/snippets/eFilter/eFilter.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -905,7 +905,7 @@ public function getCategoryAllProducts($id, $tv_id)
'api' => 'id',
'selectFields' => 'c.id',
'makeUrl' => '0',
'debug' => '2',
'debug' => '0',
'addWhereList' => 'template IN (' . $this->product_templates_id . ')'
);
$json = $this->modx->runSnippet("DocLister", $p);
Expand Down

0 comments on commit dfba6d8

Please sign in to comment.