summaryrefslogtreecommitdiff
path: root/lib/atomcategory.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/atomcategory.php')
-rw-r--r--lib/atomcategory.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/atomcategory.php b/lib/atomcategory.php
index 4cc3b4f4d..9763023f7 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();
}
}