Fixed generated urls sometimes interfering with rewrite rules
This commit is contained in:
@@ -207,7 +207,7 @@ class mfLayout {
|
||||
}
|
||||
}
|
||||
if (is_array($param) && count($param)) {
|
||||
$url .= (MFUSEFANCYURLS) ? "/" : "&";
|
||||
$url .= (MFUSEFANCYURLS) ? "/?" : "&";
|
||||
$param_qs = http_build_query($param);
|
||||
$url .= "$param_qs";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user