From 91d00c52b8b038d0365ac7f73d0daa9d12e9b804 Mon Sep 17 00:00:00 2001 From: sharvey Date: Wed, 20 Oct 2010 02:00:33 +0000 Subject: [PATCH] MINOR Fixed extraneous else statement in installer git-svn-id: svn://svn.silverstripe.com/silverstripe/open/phpinstaller/trunk@112970 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- install.php | 1 - 1 file changed, 1 deletion(-) diff --git a/install.php b/install.php index ce9d056..46daa1d 100644 --- a/install.php +++ b/install.php @@ -1256,7 +1256,6 @@ HTML; */ function statusMessage($msg) { echo "
  • $msg
  • \n"; - else echo "$msg\n"; flush(); } }