From 63d5547d1e1a3bc07f953a882fe9ff45c2effba3 Mon Sep 17 00:00:00 2001 From: "Florian Aders (EleRas)" Date: Fri, 3 Jan 2014 08:22:40 +0100 Subject: [PATCH] Fixed typo in updater Signed-off-by: Florian Aders (EleRas) --- install/updates/froxlor/0.9/update_0.9.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/updates/froxlor/0.9/update_0.9.inc.php b/install/updates/froxlor/0.9/update_0.9.inc.php index 3113707d..f9b30fb4 100644 --- a/install/updates/froxlor/0.9/update_0.9.inc.php +++ b/install/updates/froxlor/0.9/update_0.9.inc.php @@ -2674,7 +2674,7 @@ if (isFroxlorVersion('0.9.32-dev3')) { showUpdateStep("Updating from 0.9.32-dev3 to 0.9.32-dev4"); lastStepStatus(0); - showUpdateStep("Adding news FTP-description field"); + showUpdateStep("Adding new FTP-description field"); Database::query("ALTER TABLE `".TABLE_FTP_USERS."` ADD `description` varchar(255) NOT NULL DEFAULT '' AFTER `customerid`;"); lastStepStatus(0);