Skip to content

Commit b300e59

Browse files
author
Thom
committed
Fix line break issue (#6309)
1 parent c65925b commit b300e59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/lib/app.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ function log($msg, $priority = 0, $dblog = true) {
278278
die('Unable to open logfile.');
279279
}
280280

281-
if(!fwrite($fp, $log_msg . '\r\n')) {
281+
if(!fwrite($fp, $log_msg . "\r\n")) {
282282
die('Unable to write to logfile.');
283283
}
284284

0 commit comments

Comments
 (0)