diff options
author | tailor <cygnus@janrain.com> | 2008-05-29 23:17:27 +0000 |
---|---|---|
committer | tailor <cygnus@janrain.com> | 2008-05-29 23:17:27 +0000 |
commit | acb8bec8663f27f05ec7fc69e6f42c11d0d12487 (patch) | |
tree | 57d1f853a9a09c9a58ebadb0d064bf6bce8e1d2c /Auth | |
parent | 559b52e61ec442706936dd29c194ce9ee1e70ab8 (diff) | |
download | php-openid-acb8bec8663f27f05ec7fc69e6f42c11d0d12487.zip php-openid-acb8bec8663f27f05ec7fc69e6f42c11d0d12487.tar.gz php-openid-acb8bec8663f27f05ec7fc69e6f42c11d0d12487.tar.bz2 |
[project @ "and" -> "&&"]
Diffstat (limited to 'Auth')
-rw-r--r-- | Auth/OpenID/PAPE.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Auth/OpenID/PAPE.php b/Auth/OpenID/PAPE.php index b9f68c8..62cba8a 100644 --- a/Auth/OpenID/PAPE.php +++ b/Auth/OpenID/PAPE.php @@ -237,7 +237,7 @@ class Auth_OpenID_PAPE_Response extends Auth_OpenID_Extension { function parseExtensionArgs($args, $strict=false) { $policies_str = Auth_OpenID::arrayGet($args, 'auth_policies'); - if ($policies_str and $policies_str != "none") { + if ($policies_str && $policies_str != "none") { $this->auth_policies = explode(" ", $policies_str); } |