undo falsely changed log file

remotes/origin/fix-10825
Arthur Schiwon 11 years ago
parent 34761dabb1
commit 6958033db9
  1. 2
      lib/private/log/owncloud.php

@ -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…
Cancel
Save