diff --git a/lib/SimpleSAML/Utils/HTTP.php b/lib/SimpleSAML/Utils/HTTP.php index 0177ac766702e410bebcef0a5ed404a1d65b882d..d96ed81a1863a9dc7b4534088c707244ef22a0a4 100644 --- a/lib/SimpleSAML/Utils/HTTP.php +++ b/lib/SimpleSAML/Utils/HTTP.php @@ -757,7 +757,7 @@ class HTTP $baseDir = $cfg->getBaseDir(); $cur_path = realpath($_SERVER['SCRIPT_FILENAME']); // find the path to the current script relative to the www/ directory of SimpleSAMLphp - $rel_path = str_replace($baseDir.'www'.DIRECTORY_SEPARATOR, '', $cur_path || ''); + $rel_path = str_replace($baseDir.'www'.DIRECTORY_SEPARATOR, '', $cur_path); // convert that relative path to an HTTP query $url_path = str_replace(DIRECTORY_SEPARATOR, '/', $rel_path); // find where the relative path starts in the current request URI