summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-04-20 12:12:20 +0400
committerAndrew Dolgov <[email protected]>2011-04-20 12:12:20 +0400
commite41a1a9ad4025810bfaf674f0b4e38b5e606a29d (patch)
tree17bfef0595ebb6bfd0f24515517b24d20fb9489a
parent0ae2bb2a69c3691c2301fc66b46624447d0c8d32 (diff)
backend/loading: add missed break
-rw-r--r--backend.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/backend.php b/backend.php
index fdaf2c466..308ade0a7 100644
--- a/backend.php
+++ b/backend.php
@@ -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"]);