From 608a8c7012e1947b020cb751f4ffda2acac40690 Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Thu, 12 Mar 2009 14:57:38 -0400 Subject: [PATCH] Fixed problems with update script. --- server/scripts/ispconfig_update.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/server/scripts/ispconfig_update.php b/server/scripts/ispconfig_update.php index 1c7a5c4..d2f10d8 100644 --- a/server/scripts/ispconfig_update.php +++ b/server/scripts/ispconfig_update.php @@ -46,7 +46,7 @@ $finished = false; do { $answers_str = implode(',', $answers); - swrite($this->lng($query).' ('.$answers_str.') ['.$default.']: '); + swrite($query.' ('.$answers_str.') ['.$default.']: '); $input = sread(); //* Stop the installation -- Gitblit v1.9.1