]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
fixes documentation and url of endpoint
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>
Thu, 30 Dec 2010 17:00:44 +0000 (17:00 +0000)
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>
Thu, 30 Dec 2010 17:00:44 +0000 (17:00 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@7771 36083f99-b078-4883-b0ff-0f9b5a30f544

views/default/input/autocomplete.php

index 67d01c0c7ff46b12e062504ae2b36bdd0f41884a..ee2d3fe69ea7a5edf73625655a8d5ce1d6229870 100644 (file)
@@ -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;