X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fatomcategory.php;h=9763023f7589c151ed4e24c2cea51fa93f7e951b;hb=4b4b763255ad3b2bff8f18da2bd3927b52a54e55;hp=4cc3b4f4d4e31338c4fe29e82fadcfc928a2bc84;hpb=7277b59734cf0e39c8c77e01b13e8d997533bacf;p=quix0rs-gnu-social.git diff --git a/lib/atomcategory.php b/lib/atomcategory.php index 4cc3b4f4d4..9763023f75 100644 --- a/lib/atomcategory.php +++ b/lib/atomcategory.php @@ -72,6 +72,6 @@ class AtomCategory } $xs = new XMLStringer(); $xs->element('category', $attribs); - return $xs->asString(); + return $xs->getString(); } }