From: Leslie Michael Orchard Date: Wed, 18 Feb 2009 03:59:48 +0000 (-0500) Subject: NOTICES_PER_SECTION already defined in lib/noticesection.php, causing a warning X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=76d506cf1644390a073e5178774675c60e1c3332;p=quix0rs-gnu-social.git NOTICES_PER_SECTION already defined in lib/noticesection.php, causing a warning --- diff --git a/lib/popularnoticesection.php b/lib/popularnoticesection.php index 5380563b9e..c7c7f02150 100644 --- a/lib/popularnoticesection.php +++ b/lib/popularnoticesection.php @@ -31,8 +31,6 @@ if (!defined('LACONICA')) { exit(1); } -define('NOTICES_PER_SECTION', 5); - /** * Base class for sections showing lists of notices *