a l10n call too much
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Sun, 22 Mar 2020 07:43:06 +0000 (08:43 +0100)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Sun, 22 Mar 2020 07:43:06 +0000 (08:43 +0100)
include/enotify.php

index 4a18eea..10421fb 100644 (file)
@@ -176,7 +176,7 @@ function notification($params)
                if ($params['activity']['origin_comment']) {
                        $message = $l10n->t('%1$s replied to you on %2$s\'s %3$s %4$s');
                } elseif ($params['activity']['explicit_tagged']) {
-                       $message = $l10n->t('$l10n->t(%1$s tagged you on %2$s\'s %3$s %4$s');
+                       $message = $l10n->t('%1$s tagged you on %2$s\'s %3$s %4$s');
                } else {
                        $message = $l10n->t('%1$s commented on %2$s\'s %3$s %4$s');
                }