MINOR Fixed extraneous else statement in installer

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/phpinstaller/trunk@112970 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
sharvey 2010-10-20 02:00:33 +00:00
parent 2ed6a316e7
commit 91d00c52b8
1 changed files with 0 additions and 1 deletions

View File

@ -1256,7 +1256,6 @@ HTML;
*/
function statusMessage($msg) {
echo "<li>$msg</li>\n";
else echo "$msg\n";
flush();
}
}