]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/groupminilist.php
add a verb column to the notice table
[quix0rs-gnu-social.git] / lib / groupminilist.php
index dff81eff536f07e345b38681a115a45f555c9493..8e3d2a70ce0bde59327f0b9ae654429c9ebb09ac 100644 (file)
@@ -33,7 +33,7 @@ if (!defined('STATUSNET') && !defined('LACONICA')) {
 
 require_once INSTALLDIR.'/lib/grouplist.php';
 
-define('GROUPS_PER_MINILIST', 27);
+define('GROUPS_PER_MINILIST', 8);
 
 /**
  * Widget to show a list of groups, good for sidebar
@@ -44,7 +44,6 @@ define('GROUPS_PER_MINILIST', 27);
  * @license  http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0
  * @link     http://status.net/
  */
-
 class GroupMiniList extends GroupList
 {
     function show()