Stopgap measure for the wrong behavior discussed in SC#87.

I believe this ensures the required behavior, but we may still change
it because it can be confusing...
This commit is contained in:
defacer
2005-01-30 04:29:11 +00:00
parent bb8889747b
commit 9f5b48b33e
+1
View File
@@ -187,6 +187,7 @@ function clean_param($param, $options) {
} else {
$param =''; // not really ok
}
$options ^= PARAM_URL; // Turn off the URL bit so that simple PARAM_URLs don't test true for PARAM_LOCALURL
}
if ($options & PARAM_LOCALURL) {