aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-01-07 04:51:44 -0800
committerzotlabs <mike@macgirvin.com>2017-01-07 04:51:44 -0800
commit6f1209ea49bf4afe80120ebeb82574866c1ffc3b (patch)
treecf548c9780c8d7482ca74c000fc8c6584c0fc425 /include
parent89f0ecf25d413d67fe96c1b9f0ee898d0864a49c (diff)
downloadvolse-hubzilla-6f1209ea49bf4afe80120ebeb82574866c1ffc3b.tar.gz
volse-hubzilla-6f1209ea49bf4afe80120ebeb82574866c1ffc3b.tar.bz2
volse-hubzilla-6f1209ea49bf4afe80120ebeb82574866c1ffc3b.zip
typo
Diffstat (limited to 'include')
-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
];