From: Brion Vibber Date: Wed, 16 Mar 2011 18:11:06 +0000 (-0700) Subject: MESSAGES_PER_PAGE constant missing (merge error?) X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=a81a599d8afb5143e4268eb4f658ef6731c7b18a;p=quix0rs-gnu-social.git MESSAGES_PER_PAGE constant missing (merge error?) --- 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);