mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 09:04:39 +00:00
inc: missing one
This commit is contained in:
parent
aac05b7e99
commit
b9fab880db
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user