require search action lib in search actions

darcs-hash:20080709231217-84dde-2df00042fd1a0c571f232ad0815b191af043c5a0.gz
This commit is contained in:
Evan Prodromou 2008-07-09 19:12:17 -04:00
parent 6eb9e89209
commit 9d3b7e3d7a
2 changed files with 2 additions and 0 deletions

View File

@ -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?

View File

@ -19,6 +19,7 @@
if (!defined('LACONICA')) { exit(1); }
require_once(INSTALLDIR.'/lib/searchaction.php');
define(PROFILES_PER_PAGE, 10);
class PeoplesearchAction extends SearchAction {