Allow non-users to view the site's xrds when the site is private. Getting to closer to allow OpenID login on private sites.

This commit is contained in:
Craig Andrews 2009-10-30 13:48:18 -04:00
parent 204eb5b0c4
commit cdbf7b1da5
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ function checkMirror($action_obj, $args)
function isLoginAction($action)
{
static $loginActions = array('login', 'recoverpassword', 'api', 'doc', 'register');
static $loginActions = array('login', 'recoverpassword', 'api', 'doc', 'register', 'publicxrds');
$login = null;