]> git.mxchange.org Git - friendica.git/commit
Add missing variable argument operator in BaseModule->t
authorHypolite Petovan <hypolite@mrpetovan.com>
Wed, 24 Nov 2021 15:57:05 +0000 (10:57 -0500)
committerHypolite Petovan <hypolite@mrpetovan.com>
Wed, 24 Nov 2021 15:57:05 +0000 (10:57 -0500)
commitba26a56f3d8577021318532beb80353339c6a19c
tree087068ea1db002989c505f985cbbca0b6b625834
parent4208535c16f0e8196effe230cc34141551a7be18
Add missing variable argument operator in BaseModule->t

- This was causing to wrongly pass the variable arguments as an array of variable arguments to L10n->t
src/BaseModule.php