backend/loading: add missed break
This commit is contained in:
parent
0ae2bb2a69
commit
e41a1a9ad4
1 changed files with 1 additions and 0 deletions
|
@ -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"]);
|
||||
|
|
Loading…
Reference in a new issue