From 992b9c15def84c1cb1952d016bf57707544e3eac Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Mon, 23 Dec 2013 15:12:32 +0100 Subject: Typo install.php --- public/install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'public/install.php') diff --git a/public/install.php b/public/install.php index 642692cd0..56d626cc5 100644 --- a/public/install.php +++ b/public/install.php @@ -211,7 +211,7 @@ function saveStep2 () { if (!empty ($_POST)) { if (empty ($_POST['title']) || empty ($_POST['old_entries']) || - empty ($_POST['default_user']) { + empty ($_POST['default_user'])) { return false; } -- cgit v1.2.3