Skip to content
Snippets Groups Projects
Commit 06cad237 authored by Carsten  Rose's avatar Carsten Rose
Browse files

Fixes #8035: Missing sql.log: throws an error

parent eaf74c12
No related branches found
No related tags found
No related merge requests found
......@@ -76,6 +76,7 @@ class Logger {
// If open fails, maybe the directory does not exist. Create it:
HelperFile::mkDirParent($filename);
self::logMessage($msg, $filename, $mode, true);
return;
}
if (fwrite($handle, $msg . PHP_EOL) === false) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment