From 7944c2a3c3fda7cb6bf4af6c68435f5c223f4b51 Mon Sep 17 00:00:00 2001 From: ewinslow Date: Tue, 26 Apr 2011 16:24:02 +0000 Subject: Fixes #2922: pg/livesearch now works with "term" parameter git-svn-id: http://code.elgg.org/elgg/trunk@9025 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/lib/input.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine/lib/input.php') diff --git a/engine/lib/input.php b/engine/lib/input.php index 25416b868..84752bc7d 100644 --- a/engine/lib/input.php +++ b/engine/lib/input.php @@ -237,7 +237,7 @@ function input_livesearch_page_handler($page) { exit; } - if (!$q = get_input('q')) { + if (!$q = get_input('term', get_input('q'))) { exit; } -- cgit v1.2.3