diff --git a/e107_plugins/featurebox/e_shortcode.php b/e107_plugins/featurebox/e_shortcode.php index ce7a1913e..9107e57bf 100644 --- a/e107_plugins/featurebox/e_shortcode.php +++ b/e107_plugins/featurebox/e_shortcode.php @@ -1,7 +1,7 @@ getTotal() / ($category->sc_featurebox_category_limit() ? intval($category->sc_featurebox_category_limit()) : $tree->getTotal()) ); $model = clone $category; $tmp = array(); - var_dump($category->sc_featurebox_category_limit()); for ($index = 1; $index <= $total; $index++) { $tmp[] = $model->setParam('counter', $index)