From 733eb13076420ced9417f53d4180c87e8a8effd8 Mon Sep 17 00:00:00 2001 From: Joe Hunt Date: Mon, 28 May 2012 08:43:50 +0200 Subject: [PATCH] Rerun of /admin/create_coy.php --- admin/create_coy.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/create_coy.php b/admin/create_coy.php index 5e084fa8..0ba11090 100644 --- a/admin/create_coy.php +++ b/admin/create_coy.php @@ -131,7 +131,7 @@ function handle_submit() display_error(_('Cannot create new company due to bugs in sql file.')); $error = true; } - if (!$error) + else { if (!isset($_POST['admpassword']) || $_POST['admpassword'] == "") $_POST['admpassword'] = "password"; -- 2.30.2