logging: fix setperm() call
This commit is contained in:
parent
664ea7f60e
commit
39500328f4
@ -143,7 +143,7 @@ class logging {
|
||||
fclose($f);
|
||||
|
||||
if ($set_perm)
|
||||
setperm($f);
|
||||
setperm(self::$logFile);
|
||||
}
|
||||
|
||||
protected static function getPhpErrorName(int $errno): string {
|
||||
|
Loading…
x
Reference in New Issue
Block a user