From a81a599d8afb5143e4268eb4f658ef6731c7b18a Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Wed, 16 Mar 2011 11:11:06 -0700 Subject: [PATCH] MESSAGES_PER_PAGE constant missing (merge error?) --- lib/framework.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/framework.php b/lib/framework.php index 350a1c268d..da96c8e1d4 100644 --- a/lib/framework.php +++ b/lib/framework.php @@ -33,6 +33,7 @@ define('AVATAR_MINI_SIZE', 24); define('NOTICES_PER_PAGE', 20); define('PROFILES_PER_PAGE', 20); +define('MESSAGES_PER_PAGE', 20); define('FOREIGN_NOTICE_SEND', 1); define('FOREIGN_NOTICE_RECV', 2);