This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
friendica
/
friendica
mirror of
https://github.com/friendica/friendica.git
Watch
1
Star
2
Fork
1
Code
Issues
Releases
49
Wiki
Activity
Browse Source
Hot-fix: Core\L10n::t method passing parameter bug
Follow-up to
#7379
pull/7395/head
Hypolite Petovan
1 year ago
committed by
GitHub
parent
0b97b32a59
commit
11e4f906c2
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/Core/L10n.php
+ 1
- 1
src/Core/L10n.php
View File
@ -81,7 +81,7 @@ class L10n
*/
public
static
function
t
(
$s
,
...
$vars
)
{
return
self
::
$l10n
->
t
(
$s
,
$vars
);
return
self
::
$l10n
->
t
(
$s
,
...
$vars
);
}
/**
Write
Preview
Loading…
Cancel
Save