diff --git a/modules/mod_articles_category/helper.php b/modules/mod_articles_category/helper.php index 02b3acafe6238..daeced2b22638 100644 --- a/modules/mod_articles_category/helper.php +++ b/modules/mod_articles_category/helper.php @@ -69,8 +69,6 @@ public static function getList(&$params) switch ($view) { case 'category' : - $catids = array($app->input->getInt('id')); - break; case 'categories' : $catids = array($app->input->getInt('id')); break;