diff options
author | Alexey Zakhlestin <indeyets@gmail.com> | 2010-03-01 14:36:40 +0800 |
---|---|---|
committer | lillialexis <lillialexis@gmail.com> | 2010-07-20 02:48:49 +0800 |
commit | a12ffcf54d654051ceff1cf6cf052fabf2fe11fe (patch) | |
tree | 39ab664954753faa8f918db53c156bf977b6efdc /Auth | |
parent | 8265a62399afa4a13959c47d98c30aa5425e1b0b (diff) | |
download | php-openid-a12ffcf54d654051ceff1cf6cf052fabf2fe11fe.zip php-openid-a12ffcf54d654051ceff1cf6cf052fabf2fe11fe.tar.gz php-openid-a12ffcf54d654051ceff1cf6cf052fabf2fe11fe.tar.bz2 |
no need for reference here, as php-5.x already treats all objects as pseudo-references
Diffstat (limited to 'Auth')
-rw-r--r-- | Auth/OpenID/Server.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Auth/OpenID/Server.php b/Auth/OpenID/Server.php index cc8ba96..b221b71 100644 --- a/Auth/OpenID/Server.php +++ b/Auth/OpenID/Server.php @@ -821,7 +821,7 @@ class Auth_OpenID_CheckIDRequest extends Auth_OpenID_Request { return call_user_func_array($this->verifyReturnTo, array($this->trust_root, $this->return_to, $fetcher)); } - + static function fromMessage($message, $server) { $mode = $message->getArg(Auth_OpenID_OPENID_NS, 'mode'); |