]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Added lost define reported in issue 3605 (GROUPS_PER_PAGE)
authorMikael Nordfeldth <mmn@hethane.se>
Mon, 14 May 2012 08:06:37 +0000 (10:06 +0200)
committerMikael Nordfeldth <mmn@hethane.se>
Mon, 14 May 2012 08:06:37 +0000 (10:06 +0200)
lib/framework.php

index dc195c65d7d2775c098cd56917db6e99963895e6..f12ad8048a83961e546b3ceb07e19425710dd5fc 100644 (file)
@@ -34,6 +34,7 @@ define('AVATAR_MINI_SIZE', 24);
 define('NOTICES_PER_PAGE', 20);
 define('PROFILES_PER_PAGE', 20);
 define('MESSAGES_PER_PAGE', 20);
+define('GROUPS_PER_PAGE', 20);
 
 define('FOREIGN_NOTICE_SEND', 1);
 define('FOREIGN_NOTICE_RECV', 2);