diff options
Diffstat (limited to 'www/api/posts_all.php')
-rw-r--r-- | www/api/posts_all.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/api/posts_all.php b/www/api/posts_all.php index 2d274f4..7204b60 100644 --- a/www/api/posts_all.php +++ b/www/api/posts_all.php @@ -19,7 +19,7 @@ else $tag = NULL; // Get the posts relevant to the passed-in variables. -$bookmarks =& $bookmarkservice->getBookmarks(0, NULL, $userservice->getCurrentUserId(), $tag); +$bookmarks = $bookmarkservice->getBookmarks(0, NULL, $userservice->getCurrentUserId(), $tag); // Set up the XML file and output all the posts. echo '<?xml version="1.0" standalone="yes" ?'.">\r\n"; |