From: Mike Macgirvin Date: Wed, 6 Oct 2010 04:05:37 +0000 (-0700) Subject: more little stuff X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=a6c7a233a6580646bc19f4340e19997ef3d04ef2;p=friendica.git more little stuff --- diff --git a/include/poller.php b/include/poller.php index ab3987d657..5f58784536 100644 --- a/include/poller.php +++ b/include/poller.php @@ -164,7 +164,7 @@ consume_feed($xml,$importer,$contact,$hub); - if((strlen($hub)) && (contact['rel'] == REL_BUD) && ($contact['priority'] == 0)) { + if((strlen($hub)) && ($contact['rel'] == REL_BUD) && ($contact['priority'] == 0)) { subscribe_to_hub($hub,$importer,$contact); }