add missing namespaces, fix typo
Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
@@ -554,7 +554,7 @@ class FileDir
|
||||
*/
|
||||
public static function setImmutable(string $filename)
|
||||
{
|
||||
FileDir::safe_exec(self::getImmutableFunction(false) . escapeshellarg($filename));
|
||||
self::safe_exec(self::getImmutableFunction(false) . escapeshellarg($filename));
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user