From: Evan Prodromou Date: Fri, 23 Jan 2009 01:57:48 +0000 (+0100) Subject: Don't double-define GROUPS_PER_PAGE X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b9b6e491f48e416f875a10b70887701b923db16b;p=quix0rs-gnu-social.git Don't double-define GROUPS_PER_PAGE --- diff --git a/actions/usergroups.php b/actions/usergroups.php index 2528722147..20f2e5a758 100644 --- a/actions/usergroups.php +++ b/actions/usergroups.php @@ -32,7 +32,7 @@ if (!defined('LACONICA')) { exit(1); } -define('GROUPS_PER_PAGE', 20); +require_once INSTALLDIR.'/lib/grouplist.php'; /** * User groups page