From 8ef4d5c025357157fe8a444617806691fb9d8c2d Mon Sep 17 00:00:00 2001 From: cash Date: Thu, 30 Dec 2010 17:00:44 +0000 Subject: fixes documentation and url of endpoint git-svn-id: http://code.elgg.org/elgg/trunk@7771 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/input/autocomplete.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'views/default/input/autocomplete.php') diff --git a/views/default/input/autocomplete.php b/views/default/input/autocomplete.php index 67d01c0c7..ee2d3fe69 100644 --- a/views/default/input/autocomplete.php +++ b/views/default/input/autocomplete.php @@ -10,7 +10,7 @@ * @uses $vars['value'] The current value, if any * @uses $vars['js'] Any Javascript to enter into the input tag * @uses $vars['internalname'] The name of the input field - * @uses $vars['match_on'] Array | str What to match on. all|array(group|user|friend|subtype) + * @uses $vars['match_on'] Array | str What to match on. all|array(groups|users|friends|subtype) * @uses $vars['match_owner'] Bool. Match only entities that are owned by logged in user. * */ @@ -32,7 +32,7 @@ $ac_url_params = http_build_query(array( 'match_on' => $vars['match_on'], 'match_owner' => $vars['match_owner'], )); -$ac_url = elgg_get_site_url() . 'pg/autocomplete?' . $ac_url_params; +$ac_url = elgg_get_site_url() . 'pg/livesearch?' . $ac_url_params; if (!isset($autocomplete_js_loaded)) { $autocomplete_js_loaded = false; -- cgit v1.2.3