Fix fatal error during the install

This commit is contained in:
ArthurHoaro 2017-01-03 14:25:04 +01:00
parent 436479c58f
commit e3a430babb
1 changed files with 2 additions and 2 deletions

View File

@ -1949,8 +1949,8 @@ function install($conf)
$conf->set(
'api.secret',
generate_api_secret(
$this->conf->get('credentials.login'),
$this->conf->get('credentials.salt')
$conf->get('credentials.login'),
$conf->get('credentials.salt')
)
);
try {