X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fgroupminilist.php;h=8e3d2a70ce0bde59327f0b9ae654429c9ebb09ac;hb=48bb784400dd9569739ac68e7c87a7db427ef018;hp=4864d4657e56f003eefebd1579d39b6928763cf5;hpb=c5cf2c4c94794a1aeea32a427ddd50e157fa893d;p=quix0rs-gnu-social.git diff --git a/lib/groupminilist.php b/lib/groupminilist.php index 4864d4657e..8e3d2a70ce 100644 --- a/lib/groupminilist.php +++ b/lib/groupminilist.php @@ -27,13 +27,13 @@ * @link http://status.net/ */ -if (!defined('STATUSNET')) { +if (!defined('STATUSNET') && !defined('LACONICA')) { exit(1); } 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()