Skip to content

Commit

Permalink
Update DebrisHelper.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhibin1995 authored and jianyan74 committed Nov 13, 2019
1 parent 5817a7a commit 6a12f6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/helpers/DebrisHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ public static function getPageSkipUrl()
$fullUrl .= implode('&', $getQueryParamArr);
$pageConnector = '&';
}

$fullUrl = Html::encode($fullUrl);
$pageConnector = Html::encode($pageConnector);
return [$fullUrl, $pageConnector];
Expand Down

0 comments on commit 6a12f6a

Please sign in to comment.