Fixed error with loading the permissions.yaml file caused by moving of PermissionManager

This commit is contained in:
Jan Böhmer 2022-11-14 23:32:28 +01:00
parent 1c12174cd9
commit a3aa8ec2ef

View file

@ -292,7 +292,7 @@ class PermissionManager
//Check if the cache is fresh, else regenerate it.
if (!$cache->isFresh()) {
$permission_file = __DIR__.'/../../config/permissions.yaml';
$permission_file = __DIR__.'/../../../config/permissions.yaml';
//Read the permission config file...
$config = Yaml::parse(