summaryrefslogtreecommitdiffstats
path: root/Auth
diff options
context:
space:
mode:
authortailor <cygnus@janrain.com>2008-05-21 00:16:53 +0000
committertailor <cygnus@janrain.com>2008-05-21 00:16:53 +0000
commit0f89ade945aab7fe7db2369e3da16643a8b9a8e6 (patch)
tree8d06675176be4840a250069daaf6a801ff609665 /Auth
parent2c76c6e422aa6c57d6446e069ba4c1aabc7c1c4e (diff)
downloadphp-openid-0f89ade945aab7fe7db2369e3da16643a8b9a8e6.zip
php-openid-0f89ade945aab7fe7db2369e3da16643a8b9a8e6.tar.gz
php-openid-0f89ade945aab7fe7db2369e3da16643a8b9a8e6.tar.bz2
[project @ whitespace]
Diffstat (limited to 'Auth')
-rw-r--r--Auth/OpenID/URINorm.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Auth/OpenID/URINorm.php b/Auth/OpenID/URINorm.php
index 60e900a..e822dfe 100644
--- a/Auth/OpenID/URINorm.php
+++ b/Auth/OpenID/URINorm.php
@@ -88,7 +88,7 @@ function Auth_OpenID_pct_encoded_replace($mo)
function Auth_OpenID_remove_dot_segments($path)
{
$result_segments = array();
-
+
while ($path) {
if (Auth_Yadis_startswith($path, '../')) {
$path = substr($path, 3);