Fix fatal error during the install
This commit is contained in:
parent
436479c58f
commit
e3a430babb
1 changed files with 2 additions and 2 deletions
|
@ -1949,8 +1949,8 @@ function install($conf)
|
||||||
$conf->set(
|
$conf->set(
|
||||||
'api.secret',
|
'api.secret',
|
||||||
generate_api_secret(
|
generate_api_secret(
|
||||||
$this->conf->get('credentials.login'),
|
$conf->get('credentials.login'),
|
||||||
$this->conf->get('credentials.salt')
|
$conf->get('credentials.salt')
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
try {
|
try {
|
||||||
|
|
Loading…
Reference in a new issue