]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/atomcategory.php
For good measure, don't return autocomplete results when not logged in.
[quix0rs-gnu-social.git] / lib / atomcategory.php
index 4cc3b4f4d4e31338c4fe29e82fadcfc928a2bc84..9763023f7589c151ed4e24c2cea51fa93f7e951b 100644 (file)
@@ -72,6 +72,6 @@ class AtomCategory
         }
         $xs = new XMLStringer();
         $xs->element('category', $attribs);
-        return $xs->asString();
+        return $xs->getString();
     }
 }