require search action lib in search actions
darcs-hash:20080709231217-84dde-2df00042fd1a0c571f232ad0815b191af043c5a0.gz
This commit is contained in:
parent
6eb9e89209
commit
9d3b7e3d7a
@ -19,6 +19,7 @@
|
|||||||
|
|
||||||
if (!defined('LACONICA')) { exit(1); }
|
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?
|
# XXX common parent for people and content search?
|
||||||
|
@ -19,6 +19,7 @@
|
|||||||
|
|
||||||
if (!defined('LACONICA')) { exit(1); }
|
if (!defined('LACONICA')) { exit(1); }
|
||||||
|
|
||||||
|
require_once(INSTALLDIR.'/lib/searchaction.php');
|
||||||
define(PROFILES_PER_PAGE, 10);
|
define(PROFILES_PER_PAGE, 10);
|
||||||
|
|
||||||
class PeoplesearchAction extends SearchAction {
|
class PeoplesearchAction extends SearchAction {
|
||||||
|
Loading…
Reference in New Issue
Block a user