]> git.mxchange.org Git - friendica.git/blobdiff - src/BaseModule.php
Merge pull request #11031 from MrPetovan/bug/9720-share-preg_replace
[friendica.git] / src / BaseModule.php
index be4788045c2d283d73c5c30080c1ebf661ee7710..48677e64fc6b41ec52c154ee504261d4ca3371ae 100644 (file)
@@ -56,7 +56,7 @@ abstract class BaseModule implements ICanHandleRequests
         */
        protected function t(string $s, ...$args): string
        {
-               return $this->l10n->t($s, $args);
+               return $this->l10n->t($s, ...$args);
        }
 
        /**