diff options
author | zotlabs <mike@macgirvin.com> | 2017-01-07 04:51:44 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-01-07 04:51:44 -0800 |
commit | 6f1209ea49bf4afe80120ebeb82574866c1ffc3b (patch) | |
tree | cf548c9780c8d7482ca74c000fc8c6584c0fc425 | |
parent | 89f0ecf25d413d67fe96c1b9f0ee898d0864a49c (diff) | |
download | volse-hubzilla-6f1209ea49bf4afe80120ebeb82574866c1ffc3b.tar.gz volse-hubzilla-6f1209ea49bf4afe80120ebeb82574866c1ffc3b.tar.bz2 volse-hubzilla-6f1209ea49bf4afe80120ebeb82574866c1ffc3b.zip |
typo
-rw-r--r-- | include/feedutils.php | 2 |
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 ]; |