add .log suffix to all log file names

pull/313/head
Remi Collet 9 years ago
parent bf21557873
commit 132a807dff

@ -1246,7 +1246,7 @@ class rcube
$log_dir = RCUBE_INSTALL_PATH . 'logs';
}
return file_put_contents("$log_dir/$name", $line, FILE_APPEND) !== false;
return file_put_contents("$log_dir/$name.log", $line, FILE_APPEND) !== false;
}
/**

Loading…
Cancel
Save