]> git.mxchange.org Git - friendica.git/blobdiff - mod/pubsub.php
link_compare calls
[friendica.git] / mod / pubsub.php
index edab03e3f4bed925cba660fab95e25c6eaa96cc3..06ebacbe3273487659503e1c4e29ae361743b1fc 100644 (file)
@@ -64,7 +64,7 @@ function pubsub_init(App $a)
                        hub_return(false, '');
                }
 
-               if (!empty($hub_topic) && !link_compare($hub_topic, $contact['poll'])) {
+               if (!empty($hub_topic) && !Strings::compareLink($hub_topic, $contact['poll'])) {
                        Logger::log('Hub topic ' . $hub_topic . ' != ' . $contact['poll']);
                        hub_return(false, '');
                }