mirror of
https://github.com/friendica/friendica
synced 2025-05-08 11:44:10 +02:00
Warnings fixed
This commit is contained in:
parent
c25c3b5981
commit
3e797547a3
17 changed files with 55 additions and 45 deletions
|
@ -144,6 +144,10 @@ class L10n
|
|||
{
|
||||
$a = get_app();
|
||||
|
||||
if (empty($s)) {
|
||||
return '';
|
||||
}
|
||||
|
||||
if (x($a->strings, $s)) {
|
||||
$t = $a->strings[$s];
|
||||
$s = is_array($t) ? $t[0] : $t;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue