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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user