backend/loading: add missed break

This commit is contained in:
Andrew Dolgov 2011-04-20 12:12:20 +04:00
parent 0ae2bb2a69
commit e41a1a9ad4

View file

@ -504,6 +504,7 @@
header("Content-type: text/html");
print __("Loading, please wait...") . " " .
"<img src='images/indicator_tiny.gif'>";
break;
case "getProfiles":
$login = db_escape_string($_REQUEST["login"]);