Commit b9fab880 authored by Franco Fichtner's avatar Franco Fichtner

inc: missing one

parent aac05b7e
......@@ -1625,7 +1625,7 @@ function process_alias_tgz($temp_filename) {
foreach($files_to_process as $f2p) {
$tmpfd = @fopen($f2p, 'r');
if (!$tmpfd) {
log_error(gettext("The following file could not be read {$f2p} from {$temp_filename}"));
log_error(sprintf(_('The following file could not be read %s from %s'), $f2p, $temp_filename));
continue;
}
while (($tmpbuf = fread($tmpfd, 65536)) !== FALSE)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment