Added lost define reported in issue 3605 (GROUPS_PER_PAGE)
This commit is contained in:
parent
2e4e2f693d
commit
e2b4c203a6
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user