diff options
author | Habeas Codice <habeascodice@federated.social> | 2014-11-19 21:11:11 -0800 |
---|---|---|
committer | Habeas Codice <habeascodice@federated.social> | 2014-11-19 21:11:11 -0800 |
commit | c8af19c69c03b39d5eded833a2d9d8ed9ab5826c (patch) | |
tree | 16ded6330f1baa9d8e889978c9e093f1e90d7d85 /include/diaspora.php | |
parent | 92d0a9404ff92da23b558f9a73a3150f97b6a08e (diff) | |
parent | 18cae8a78cb3df8ffcd9e4787c3b572c799036da (diff) | |
download | volse-hubzilla-c8af19c69c03b39d5eded833a2d9d8ed9ab5826c.tar.gz volse-hubzilla-c8af19c69c03b39d5eded833a2d9d8ed9ab5826c.tar.bz2 volse-hubzilla-c8af19c69c03b39d5eded833a2d9d8ed9ab5826c.zip |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'include/diaspora.php')
-rwxr-xr-x | include/diaspora.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/diaspora.php b/include/diaspora.php index 09521b82b..b4f20528d 100755 --- a/include/diaspora.php +++ b/include/diaspora.php @@ -1788,7 +1788,7 @@ function diaspora_like($importer,$xml,$msg) { $contact = diaspora_get_contact_by_handle($importer['channel_id'],$msg['author']); if(! $contact) { - logger('diaspora_like: cannot find contact: ' . $msg['author']); + logger('diaspora_like: cannot find contact: ' . $msg['author'] . ' for channel ' . $importer['channel_name']); return; } |