diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-01-23 02:57:48 +0100 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-01-23 02:57:48 +0100 |
commit | b9b6e491f48e416f875a10b70887701b923db16b (patch) | |
tree | 315714baa787b4f5bdc90d524f2c5e3edf5d1b94 /actions | |
parent | 0ae4dff237244217a099dafa89446a9055c4620f (diff) |
Don't double-define GROUPS_PER_PAGE
Diffstat (limited to 'actions')
-rw-r--r-- | actions/usergroups.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/usergroups.php b/actions/usergroups.php index 252872214..20f2e5a75 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 |