From: Andrew Dolgov Date: Wed, 20 Apr 2011 08:12:20 +0000 (+0400) Subject: backend/loading: add missed break X-Git-Tag: 1.5.3~17 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=e41a1a9ad4025810bfaf674f0b4e38b5e606a29d;p=tt-rss.git backend/loading: add missed break --- diff --git a/backend.php b/backend.php index fdaf2c46..308ade0a 100644 --- a/backend.php +++ b/backend.php @@ -504,6 +504,7 @@ header("Content-type: text/html"); print __("Loading, please wait...") . " " . ""; + break; case "getProfiles": $login = db_escape_string($_REQUEST["login"]);