mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
undo falsely changed log file
This commit is contained in:
parent
34761dabb1
commit
6958033db9
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ class OC_Log_Owncloud {
|
|||
}
|
||||
$entry = json_encode($entry);
|
||||
$handle = @fopen(self::$logFile, 'a');
|
||||
// @chmod(self::$logFile, 0640);
|
||||
@chmod(self::$logFile, 0640);
|
||||
if ($handle) {
|
||||
fwrite($handle, $entry."\n");
|
||||
fclose($handle);
|
||||
|
|
|
|||
Loading…
Reference in a new issue