Fix php-cs-fixer issues relating to 288f6b6

This commit is contained in:
Ben Banfield-Zanin 2020-09-25 20:02:13 +01:00
parent 5d310657e2
commit 4e49c2107f

View file

@ -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']);