aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/feedutils.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/feedutils.php b/include/feedutils.php
index dfa3feed7..1502ac6a4 100644
--- a/include/feedutils.php
+++ b/include/feedutils.php
@@ -1245,7 +1245,7 @@ function atom_entry($item,$type,$author,$owner,$comment = false,$cid = 0) {
'author' => $author,
'owner' => $owner,
'comment' => $comment,
- 'abook_id => $cid,
+ 'abook_id' => $cid,
'entry' => $o
];