X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FBaseModule.php;h=b43e984772f6cfd7b6ecfa220f8dc6ea52c999a6;hb=ae2e8beaaca342a0d5ced45beb0fc6c1b4f8a4a4;hp=11f884472e65c448c774d6b8f1576ef986903bac;hpb=088a3b6bc429973381e6eb2931c6eacd5b8c8927;p=friendica.git diff --git a/src/BaseModule.php b/src/BaseModule.php index 11f884472e..b43e984772 100644 --- a/src/BaseModule.php +++ b/src/BaseModule.php @@ -1,6 +1,6 @@ l10n->tt($singular, $plurarl, $count); + return $this->l10n->tt($singular, $plural, $count); } /**