]> git.wh0rd.org - tt-rss.git/commitdiff
backend/loading: add missed break
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Wed, 20 Apr 2011 08:12:20 +0000 (12:12 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Wed, 20 Apr 2011 08:12:20 +0000 (12:12 +0400)
backend.php

index fdaf2c4668b8973c520d14dcae485194aa7c80e4..308ade0a727a44e1230f28e5d1f2e6c362dba61b 100644 (file)
                        header("Content-type: text/html");
                        print __("Loading, please wait...") . " " .
                                "<img src='images/indicator_tiny.gif'>";
+               break;
 
                case "getProfiles":
                        $login = db_escape_string($_REQUEST["login"]);