From 11b070f647bc3a89c1f32ecddf8468e7e823b565 Mon Sep 17 00:00:00 2001 From: Nicolas Le Goff Date: Mon, 24 Nov 2014 17:03:38 +0100 Subject: [PATCH] Fix IniReset command --- lib/Alchemy/Phrasea/Command/Developer/IniReset.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Alchemy/Phrasea/Command/Developer/IniReset.php b/lib/Alchemy/Phrasea/Command/Developer/IniReset.php index 2749229bfe..4780f7a158 100644 --- a/lib/Alchemy/Phrasea/Command/Developer/IniReset.php +++ b/lib/Alchemy/Phrasea/Command/Developer/IniReset.php @@ -171,7 +171,7 @@ class IniReset extends Command $conf['main']['database']['password'], $dbName, $dbs['ab'], - $conf['main']['servername'], + $conf['servername'], $conf['main']['database']['host'], $conf['main']['database']['port'] ));