X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fgroupminilist.php;h=8e3d2a70ce0bde59327f0b9ae654429c9ebb09ac;hb=48bb784400dd9569739ac68e7c87a7db427ef018;hp=dff81eff536f07e345b38681a115a45f555c9493;hpb=b3b3af9a2eff10c272bb213eccd3dd3060bc5830;p=quix0rs-gnu-social.git diff --git a/lib/groupminilist.php b/lib/groupminilist.php index dff81eff53..8e3d2a70ce 100644 --- a/lib/groupminilist.php +++ b/lib/groupminilist.php @@ -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()