aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.php b/index.php
index 427eb239..a4d7d7ca 100644
--- a/index.php
+++ b/index.php
@@ -1949,8 +1949,8 @@ function install($conf)
1949 $conf->set( 1949 $conf->set(
1950 'api.secret', 1950 'api.secret',
1951 generate_api_secret( 1951 generate_api_secret(
1952 $this->conf->get('credentials.login'), 1952 $conf->get('credentials.login'),
1953 $this->conf->get('credentials.salt') 1953 $conf->get('credentials.salt')
1954 ) 1954 )
1955 ); 1955 );
1956 try { 1956 try {