aboutsummaryrefslogtreecommitdiffstats
path: root/include/widgets.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/widgets.php')
-rw-r--r--include/widgets.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/widgets.php b/include/widgets.php
index 0e56b0e15..49470287e 100644
--- a/include/widgets.php
+++ b/include/widgets.php
@@ -999,7 +999,7 @@ function widget_forums($arr) {
if(is_array($arr) && array_key_exists('limit',$arr))
$limit = " limit " . intval($limit) . " ";
else
- $limit = " limit 12 ";
+ $limit = '';
$perms_sql = item_permissions_sql(local_channel()) . item_normal();