aboutsummaryrefslogtreecommitdiffstats
path: root/include/items.php
diff options
context:
space:
mode:
authorThomas Willingham <beardyunixer@beardyunixer.com>2014-09-25 19:47:06 +0100
committerThomas Willingham <beardyunixer@beardyunixer.com>2014-09-25 19:47:06 +0100
commite75f1ccb2ee1d5219a385ae4ee05ab74ac4600fd (patch)
tree5c03d545ccb81a5c11a999aebe2388ef9f5726b9 /include/items.php
parent92c723d37cd8ded2183d3334eb51e740170e191b (diff)
downloadvolse-hubzilla-e75f1ccb2ee1d5219a385ae4ee05ab74ac4600fd.tar.gz
volse-hubzilla-e75f1ccb2ee1d5219a385ae4ee05ab74ac4600fd.tar.bz2
volse-hubzilla-e75f1ccb2ee1d5219a385ae4ee05ab74ac4600fd.zip
Typo
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 4d89606da..315f9c44b 100755
--- a/include/items.php
+++ b/include/items.php
@@ -3357,7 +3357,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;