GROUPS_PER_MINILIST was undefined in profileaction.php

This commit is contained in:
Mikael Nordfeldth
2015-06-05 14:07:03 +02:00
parent b24d711f55
commit dee4ca37ab
3 changed files with 3 additions and 4 deletions

View File

@@ -33,8 +33,6 @@ if (!defined('STATUSNET') && !defined('LACONICA')) {
require_once INSTALLDIR.'/lib/grouplist.php';
define('GROUPS_PER_MINILIST', 8);
/**
* Widget to show a list of groups, good for sidebar
*