summaryrefslogtreecommitdiffstats
path: root/Auth
diff options
context:
space:
mode:
authortailor <cygnus@janrain.com>2008-05-29 23:17:27 +0000
committertailor <cygnus@janrain.com>2008-05-29 23:17:27 +0000
commitacb8bec8663f27f05ec7fc69e6f42c11d0d12487 (patch)
tree57d1f853a9a09c9a58ebadb0d064bf6bce8e1d2c /Auth
parent559b52e61ec442706936dd29c194ce9ee1e70ab8 (diff)
downloadphp-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.php2
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);
}