Add missed parentheses

This commit is contained in:
Fedor A. Fetisov 2013-09-14 20:52:07 +04:00
parent 5d728ed7fd
commit 6e3f6a4201

View File

@ -59,7 +59,7 @@ function save_message($locale, $key, $value)
$current_encoding = $mibew_encoding;
$fp = fopen(dirname(__FILE__) . "/../locales/$locale/properties", "r");
if ($fp === FALSE) {
die "unable to open properties for locale $locale";
die("unable to open properties for locale $locale");
}
while (!feof($fp)) {
$line = fgets($fp, 4096);