1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-16 01:25:55 +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");
print __("Loading, please wait...") . " " .
"<img src='images/indicator_tiny.gif'>";
break;
case "getProfiles":
$login = db_escape_string($_REQUEST["login"]);