update translations

This commit is contained in:
Luke Pulverenti
2014-07-11 00:27:46 -04:00
parent 3cfd765cb4
commit 59de5c0d14
66 changed files with 888 additions and 232 deletions

View File

@@ -49,7 +49,7 @@ namespace MediaBrowser.Server.Implementations.HttpServer.Security
//ExecuteBasic(req, res, requestDto); //first check if session is authenticated
//if (res.IsClosed) return; //AuthenticateAttribute already closed the request (ie auth failed)
//ValidateUser(req);
ValidateUser(req);
}
private void ValidateUser(IRequest req)