]> git.mxchange.org Git - friendica.git/commitdiff
more little stuff
authorMike Macgirvin <mike@macgirvin.com>
Wed, 6 Oct 2010 04:05:37 +0000 (21:05 -0700)
committerMike Macgirvin <mike@macgirvin.com>
Wed, 6 Oct 2010 04:05:37 +0000 (21:05 -0700)
include/poller.php

index ab3987d657b70ba4472f77acb96f4b4e0b147154..5f58784536f7ca5995a02f1e2b5508114c0a8391 100644 (file)
                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);
                }