]> git.mxchange.org Git - friendica.git/blobdiff - mod/pubsub.php
Totally tacky...
[friendica.git] / mod / pubsub.php
index 4f4ed2f16338e6928f14fb8b3c5be7b5b7b2c480..df27c6bc2b72d141c3b8e92117a442aeccb1698a 100644 (file)
@@ -105,8 +105,10 @@ function pubsub_post(&$a) {
                intval($contact_id),
                intval($importer['uid'])
        );
-       if(! count($r))
+       if(! count($r)) {
+               logger('pubsub: no contact record - ignored');
                hub_post_return();
+       }
 
        $contact = $r[0];