Fixed generated urls sometimes interfering with rewrite rules
This commit is contained in:
@@ -264,7 +264,7 @@ class mfBaseController {
|
||||
}
|
||||
}
|
||||
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