]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/peopletagautocomplete.php
Merge remote-tracking branch 'upstream/master' into social-master
[quix0rs-gnu-social.git] / actions / peopletagautocomplete.php
index 3321187bba65560a6fe97b3c711ceb5fa2a587c0..dc083fd0282b3d7c39862d53a9a49b211d2a088e 100644 (file)
@@ -114,7 +114,7 @@ class PeopletagautocompleteAction extends Action
      */
     function handle(array $args=array())
     {
-        //common_log(LOG_DEBUG, 'Autocomplete data: ' . json_encode($this->tags));
+        //common_debug('Autocomplete data: ' . json_encode($this->tags));
         if ($this->tags) {
             print(json_encode($this->tags));
             exit(0);