Added lost define reported in issue 3605 (GROUPS_PER_PAGE)

This commit is contained in:
Mikael Nordfeldth 2012-05-14 10:06:37 +02:00
parent 2e4e2f693d
commit e2b4c203a6
1 changed files with 1 additions and 0 deletions

View 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);