X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Fpgettext.php;h=23430fc77dc272b65274542d239debf0c4e5ca06;hb=57db109474fcdb9e2b2a9173e6a3397e20f2ca7a;hp=a079a468789909c9cebc6c5cfb2150c743986eb9;hpb=04af5d9e2cc7a05c6ea0312643ddc4e8b45846bf;p=friendica.git diff --git a/include/pgettext.php b/include/pgettext.php index a079a46878..23430fc77d 100644 --- a/include/pgettext.php +++ b/include/pgettext.php @@ -1,5 +1,7 @@ strings = array(); if(file_exists("view/$lang/strings.php")) { include("view/$lang/strings.php"); } - else - $a->strings = array(); + }} // translate string if translation exists