Merge pull request #734 from ArthurHoaro/hotfix/api-install-error

Fix fatal error during the install
This commit is contained in:
Arthur 2017-01-03 14:45:10 +01:00 committed by GitHub
commit f3ca027d3a
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 {