aboutsummaryrefslogtreecommitdiffstats
path: root/include/items.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-09-12 00:59:23 -0700
committerfriendica <info@friendica.com>2014-09-12 00:59:23 -0700
commitab7f2db4d755d11b9c4a7a27d60b6efafae47f92 (patch)
tree39f936a8f718d5791d5a85223ce35768a391849d /include/items.php
parent20be358ec29d830bdccef49c47c5d84e6c53aa28 (diff)
downloadvolse-hubzilla-ab7f2db4d755d11b9c4a7a27d60b6efafae47f92.tar.gz
volse-hubzilla-ab7f2db4d755d11b9c4a7a27d60b6efafae47f92.tar.bz2
volse-hubzilla-ab7f2db4d755d11b9c4a7a27d60b6efafae47f92.zip
doc updates and a couple of issues spotted in the logs (diaspora likes, feed author import)
Diffstat (limited to 'include/items.php')
-rwxr-xr-xinclude/items.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/items.php b/include/items.php
index 21f3ddc2b..166303cac 100755
--- a/include/items.php
+++ b/include/items.php
@@ -3360,7 +3360,7 @@ function consume_feed($xml,$importer,&$contact,$pass = 0) {
$datarray['author_xchan'] = '';
if($author['author_link'] != $contact['xchan_url']) {
- $x = import_author_unkown(array('name' => $author['author_name'],'url' => $author['author_link'],'photo' => array('src' => $author['author_photo'])));
+ $x = import_author_unknown(array('name' => $author['author_name'],'url' => $author['author_link'],'photo' => array('src' => $author['author_photo'])));
if($x)
$datarray['author_xchan'] = $x;