diff options
author | sarven <csarven@plantard.controlezvous.ca> | 2009-01-23 02:43:55 +0000 |
---|---|---|
committer | sarven <csarven@plantard.controlezvous.ca> | 2009-01-23 02:43:55 +0000 |
commit | 8ba19b0686bc4f616e506ab387eb287ae95226df (patch) | |
tree | 06160115a9e52ced2d15bf97a54bebddf2c20d8d /actions/usergroups.php | |
parent | 0daf242100925396aad4cc9fea5de0de2ec98ce8 (diff) | |
parent | ba3b82c5638ba01fa0da6c9025ba2a4b852e66af (diff) |
Merge branch 'master' of ../trunk
Diffstat (limited to 'actions/usergroups.php')
-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 |