Bump to Auth_OpenID 2.1.3

This commit is contained in:
Craig Andrews
2009-10-30 01:30:42 -04:00
parent 005f85b5ea
commit 02131db1c9
8 changed files with 12 additions and 10 deletions

View File

@@ -887,6 +887,11 @@ class Auth_OpenID_Message {
function getAliasedArg($aliased_key, $default = null)
{
if ($aliased_key == 'ns') {
// Return the namespace URI for the OpenID namespace
return $this->getOpenIDNamespace();
}
$parts = explode('.', $aliased_key, 2);
if (count($parts) != 2) {