]> git.mxchange.org Git - friendica.git/blobdiff - src/Navigation/Notifications/Factory/FormattedNavNotification.php
Fixes for the notifications
[friendica.git] / src / Navigation / Notifications / Factory / FormattedNavNotification.php
index 2577f53337c7afe925b17d267d563995e70d788e..d8d6dc029d255b75aa492a6a708bcc233fe37bcf 100644 (file)
@@ -132,8 +132,8 @@ class FormattedNavNotification extends BaseFactory
 
                return $this->createFromParams(
                        self::$contacts[$intro->cid],
-                       $this->l10n->t('{0}} wants to follow you'),
-                       new \DateTime($intro->datetime, new \DateTimeZone('UTC')),
+                       $this->l10n->t('{0} wants to follow you'),
+                       $intro->datetime,
                        new Uri($this->baseUrl->get() . '/notifications/intros/' . $intro->id)
                );
        }