]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Notifications/Ping.php
Allow the search for contacts on blocked servers via web
[friendica.git] / src / Module / Notifications / Ping.php
index 15c775d201fa3f78a978e337b95cc33f669db641..3cd4d702010dc9e61c1e702618649e15014aaffa 100644 (file)
@@ -244,7 +244,7 @@ class Ping extends BaseModule
                                                $registration['url'],
                                                $this->l10n->t('{0} requested registration'),
                                                new \DateTime($registration['created'], new \DateTimeZone('UTC')),
-                                               new Uri($this->baseUrl->get(true) . '/moderation/users/pending')
+                                               new Uri($this->baseUrl . '/moderation/users/pending')
                                        );
                                }
                        } else {
@@ -253,7 +253,7 @@ class Ping extends BaseModule
                                        $registrations[0]['url'],
                                        $this->l10n->t('{0} and %d others requested registration', count($registrations) - 1),
                                        new \DateTime($registrations[0]['created'], new \DateTimeZone('UTC')),
-                                       new Uri($this->baseUrl->get(true) . '/moderation/users/pending')
+                                       new Uri($this->baseUrl . '/moderation/users/pending')
                                );
                        }