From b7ae2062b48055b23176000691fe454f6f67f5e9 Mon Sep 17 00:00:00 2001 From: marcus Date: Thu, 28 May 2009 15:23:58 +0000 Subject: Refs #965: Search now correctly using page handler to make it easier to replace. git-svn-id: https://code.elgg.org/elgg/trunk@3308 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/lib/entities.php | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) (limited to 'engine/lib/entities.php') diff --git a/engine/lib/entities.php b/engine/lib/entities.php index d0935adf2..c8457ca39 100644 --- a/engine/lib/entities.php +++ b/engine/lib/entities.php @@ -2352,19 +2352,6 @@ } } -/** - * Page handler for search - * - * @param array $page Page elements from pain page handler - */ - function search_page_handler($page) { - if (isset($page[0])) { - global $CONFIG; - set_input('tag',$page[0]); - include_once($CONFIG->path . "search/index.php"); - } - } - /** * Returns a viewable list of entities based on the registered types * @@ -2771,9 +2758,9 @@ * Entities init function; establishes the page handler * */ - function entities_init() { + function entities_init() + { register_page_handler('view','entities_page_handler'); - register_page_handler('search','search_page_handler'); // Allow a permission override for recursive entity deletion // TODO: Can this be done better? -- cgit v1.2.3