remove the forum limit

This commit is contained in:
redmatrix
2015-08-11 20:58:03 -07:00
parent 1932e72603
commit b651604e8b
2 changed files with 2 additions and 2 deletions

View File

@@ -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();