Fix php-cs-fixer issues relating to 288f6b6
This commit is contained in:
parent
5d310657e2
commit
4e49c2107f
1 changed files with 1 additions and 0 deletions
|
@ -52,6 +52,7 @@ class Auth {
|
|||
$config = Yaml::parseFile(PROJECT_PATH_CONFIG . "baikal.yaml");
|
||||
} catch (\Exception $e) {
|
||||
error_log('Error reading baikal.yaml file : ' . $e->getMessage());
|
||||
|
||||
return false;
|
||||
}
|
||||
$sPassHash = self::hashAdminPassword($sPass, $config['system']['auth_realm']);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue