more little stuff

This commit is contained in:
Mike Macgirvin 2010-10-05 21:05:37 -07:00
parent 036964de4d
commit a6c7a233a6
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}