mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-07 07:12:47 +08:00
Merge branch 'master' of https://github.com/top-think/framework
This commit is contained in:
@@ -128,7 +128,7 @@ abstract class Paginator implements ArrayAccess, Countable, IteratorAggregate, J
|
|||||||
}
|
}
|
||||||
$url = $path;
|
$url = $path;
|
||||||
if (!empty($parameters)) {
|
if (!empty($parameters)) {
|
||||||
$url .= '?' . urldecode(http_build_query($parameters, null, '&'));
|
$url .= '?' . http_build_query($parameters, null, '&');
|
||||||
}
|
}
|
||||||
return $url . $this->buildFragment();
|
return $url . $this->buildFragment();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user