mirror of
https://github.com/Mibew/i18n.git
synced 2025-01-22 21:40:28 +03:00
Add missed parentheses
This commit is contained in:
parent
5d728ed7fd
commit
6e3f6a4201
@ -59,7 +59,7 @@ function save_message($locale, $key, $value)
|
|||||||
$current_encoding = $mibew_encoding;
|
$current_encoding = $mibew_encoding;
|
||||||
$fp = fopen(dirname(__FILE__) . "/../locales/$locale/properties", "r");
|
$fp = fopen(dirname(__FILE__) . "/../locales/$locale/properties", "r");
|
||||||
if ($fp === FALSE) {
|
if ($fp === FALSE) {
|
||||||
die "unable to open properties for locale $locale";
|
die("unable to open properties for locale $locale");
|
||||||
}
|
}
|
||||||
while (!feof($fp)) {
|
while (!feof($fp)) {
|
||||||
$line = fgets($fp, 4096);
|
$line = fgets($fp, 4096);
|
||||||
|
Loading…
Reference in New Issue
Block a user