GROUPS_PER_MINILIST was undefined in profileaction.php

This commit is contained in:
Mikael Nordfeldth
2015-06-05 14:07:03 +02:00
parent b24d711f55
commit dee4ca37ab
3 changed files with 3 additions and 4 deletions

View File

@@ -38,6 +38,9 @@ define('PROFILES_PER_PAGE', 20);
define('MESSAGES_PER_PAGE', 20);
define('GROUPS_PER_PAGE', 20);
define('GROUPS_PER_MINILIST', 8);
define('PROFILES_PER_MINILIST', 8);
define('FOREIGN_NOTICE_SEND', 1);
define('FOREIGN_NOTICE_RECV', 2);
define('FOREIGN_NOTICE_SEND_REPLY', 4);