X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fatomcategory.php;h=9763023f7589c151ed4e24c2cea51fa93f7e951b;hb=a3c4dca90dd2eec92ff600393d09204ba10df230;hp=4cc3b4f4d4e31338c4fe29e82fadcfc928a2bc84;hpb=be7efe750469312ad57815d20692bb5f5832ae94;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(); } }