summaryrefslogtreecommitdiff
path: root/actions
diff options
context:
space:
mode:
authorMike Cochrane <mikec@mikenz.geek.nz>2008-07-19 23:32:36 -0400
committerMike Cochrane <mikec@mikenz.geek.nz>2008-07-19 23:32:36 -0400
commita1515e5411eaed5e21bf56536438bc906d197d35 (patch)
tree8f94d60c94239fceea42c168305fa6555c738de9 /actions
parent08dfd72bad9c4d245cf853e378353da568856724 (diff)
Some more notice errors - I guess I'm the only one developing with E_ALL
darcs-hash:20080720033236-533db-95f6a169f73e69549a8ff0eefb0e4c8ba21f090e.gz
Diffstat (limited to 'actions')
-rw-r--r--actions/noticesearch.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/noticesearch.php b/actions/noticesearch.php
index 29de0ad7c..eb3382779 100644
--- a/actions/noticesearch.php
+++ b/actions/noticesearch.php
@@ -20,7 +20,7 @@
if (!defined('LACONICA')) { exit(1); }
require_once(INSTALLDIR.'/lib/searchaction.php');
-define(NOTICES_PER_PAGE, 20);
+define('NOTICES_PER_PAGE', 20);
# XXX common parent for people and content search?