1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-20 03:51:29 +00:00

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