Bug 70168

git-svn-id: svn://svn.office.custis.ru/3rdparty/bugzilla.org/trunk@1061 6955db30-a419-402b-8a0d-67ecbb4d7f56
master
vfilippov 2010-11-13 17:19:26 +00:00
parent b8dc360c08
commit 28f1e41900
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ else
# Takes arguments from GET and POST parameters, returns XML.
Bugzilla->usage_mode(USAGE_MODE_XMLRPC); # needed to catch login_required error
Bugzilla->error_mode(ERROR_MODE_DIE);
eval { Bugzilla->login; };
eval { Bugzilla->login(~LOGIN_REQUIRED); };
if ($@)
{
# catch login_required error