Fix member directory's pagination links

This commit is contained in:
champsupertramp
2016-07-27 15:07:09 +08:00
parent b921928c4b
commit e4030f445d
+1 -1
View File
@@ -217,7 +217,7 @@ class UM_Permalinks {
*** @add a query param to url
***/
function add_query( $key, $value ) {
$this->current_url = add_query_arg( $key, $value, $this->current_url );
$this->current_url = add_query_arg( $key, $value, $this->get_current_url() );
return $this->current_url;
}
/***