diff options
-rw-r--r-- | Auth/OpenID/URINorm.php | 2 |
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); |