diff options
Diffstat (limited to 'utils/modules/news.php')
-rw-r--r-- | utils/modules/news.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/modules/news.php b/utils/modules/news.php index 9e542ae..d4eee3e 100644 --- a/utils/modules/news.php +++ b/utils/modules/news.php @@ -264,7 +264,7 @@ class News { switch($params) { default: if($show == "all") return $this->show(-1, "all"); - else return $this->show(-1, "main"); + else return $this->show(3, "main"); break; } } |