summaryrefslogtreecommitdiff
path: root/actions/noticesearch.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@prodromou.name>2008-07-09 19:12:17 -0400
committerEvan Prodromou <evan@prodromou.name>2008-07-09 19:12:17 -0400
commit9d3b7e3d7a89808133fc7aced4c63c578276af77 (patch)
tree54526f0e8c1c8b4fb3250b493ed1f8ff4f912c80 /actions/noticesearch.php
parent6eb9e89209133f0bbded33dffff7fcf1ceb1a0c7 (diff)
require search action lib in search actions
darcs-hash:20080709231217-84dde-2df00042fd1a0c571f232ad0815b191af043c5a0.gz
Diffstat (limited to 'actions/noticesearch.php')
-rw-r--r--actions/noticesearch.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/actions/noticesearch.php b/actions/noticesearch.php
index 870a195e0..721c843ee 100644
--- a/actions/noticesearch.php
+++ b/actions/noticesearch.php
@@ -19,6 +19,7 @@
if (!defined('LACONICA')) { exit(1); }
+require_once(INSTALLDIR.'/lib/searchaction.php');
define(NOTICES_PER_PAGE, 20);
# XXX common parent for people and content search?