mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-25 11:18:51 +02:00
Fixed error with loading the permissions.yaml file caused by moving of PermissionManager
This commit is contained in:
parent
1c12174cd9
commit
a3aa8ec2ef
1 changed files with 1 additions and 1 deletions
|
@ -292,7 +292,7 @@ class PermissionManager
|
||||||
|
|
||||||
//Check if the cache is fresh, else regenerate it.
|
//Check if the cache is fresh, else regenerate it.
|
||||||
if (!$cache->isFresh()) {
|
if (!$cache->isFresh()) {
|
||||||
$permission_file = __DIR__.'/../../config/permissions.yaml';
|
$permission_file = __DIR__.'/../../../config/permissions.yaml';
|
||||||
|
|
||||||
//Read the permission config file...
|
//Read the permission config file...
|
||||||
$config = Yaml::parse(
|
$config = Yaml::parse(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue