diff --git a/lib/copy_this/www/lib/Logger.php b/lib/copy_this/www/lib/Logger.php index b104516fb..4ab77eef8 100644 --- a/lib/copy_this/www/lib/Logger.php +++ b/lib/copy_this/www/lib/Logger.php @@ -535,6 +535,7 @@ class Logger ) { throw new LoggerException('Unable to create new log file ' . $this->logPath); } + chmod($this->logPath, 0664); } }