summaryrefslogtreecommitdiff
path: root/www/api/posts_public.php
diff options
context:
space:
mode:
Diffstat (limited to 'www/api/posts_public.php')
-rw-r--r--www/api/posts_public.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/api/posts_public.php b/www/api/posts_public.php
index 4258550..0a09187 100644
--- a/www/api/posts_public.php
+++ b/www/api/posts_public.php
@@ -20,7 +20,7 @@ else
$tag = NULL;
// Get the posts relevant to the passed-in variables.
-$bookmarks =& $bookmarkservice->getBookmarks(0, NULL, NULL, $tag);
+$bookmarks = $bookmarkservice->getBookmarks(0, NULL, NULL, $tag);
// Set up the XML file and output all the posts.
echo '<?xml version="1.0" standalone="yes" ?'.">\r\n";