fix login form profiles fetching

This commit is contained in:
Andrew Dolgov 2011-12-22 16:48:51 +04:00
parent c4c74732db
commit 5334e1ec91
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ function fetchProfiles() {
var query = "?op=getProfiles&" + params;
if (query) {
new Ajax.Request("backend.php", {
new Ajax.Request("public.php", {
parameters: query,
onComplete: function(transport) {
if (transport.responseText.match("select")) {