mirror of
https://github.com/silverstripe/silverstripe-installer
synced 2024-10-22 17:05:33 +02:00
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:
parent
2ed6a316e7
commit
91d00c52b8
@ -1256,7 +1256,6 @@ HTML;
|
|||||||
*/
|
*/
|
||||||
function statusMessage($msg) {
|
function statusMessage($msg) {
|
||||||
echo "<li>$msg</li>\n";
|
echo "<li>$msg</li>\n";
|
||||||
else echo "$msg\n";
|
|
||||||
flush();
|
flush();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user