From e3a430babb9610c92102eb9b19b7e8e005192cf0 Mon Sep 17 00:00:00 2001 From: ArthurHoaro Date: Tue, 3 Jan 2017 14:25:04 +0100 Subject: [PATCH] Fix fatal error during the install --- index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.php b/index.php index 427eb23..a4d7d7c 100644 --- a/index.php +++ b/index.php @@ -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 {