From b651604e8bc8895483fa388448cb5bbd8bcd35f9 Mon Sep 17 00:00:00 2001 From: redmatrix Date: Tue, 11 Aug 2015 20:58:03 -0700 Subject: remove the forum limit --- include/widgets.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/widgets.php') 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(); -- cgit v1.2.3