Skip to content

Commit

Permalink
Fixed Sorting #1704
Browse files Browse the repository at this point in the history
  • Loading branch information
GodMod committed May 17, 2018
1 parent ce75de6 commit 215a31b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/pageobjects/points_pageobject.class.php
Expand Up @@ -129,7 +129,7 @@ public function display(){

//Create our suffix
$suffix = '';
$suffix .= ($mdkpid > 0) ? '&mdkpid='.$mdkpid : '';
$suffix .= ($mdkpid > 0 || $defaultPoolOverview > 0) ? '&mdkpid='.$mdkpid : '';
$suffix .= ($filter != 'none') ? '&filter='.$filter : '';
$suffix .= ($show_inactive) ? '&show_inactive=1' : '';
$suffix .= ($show_hidden) ? '&show_hidden=1' : '';
Expand Down

0 comments on commit 215a31b

Please sign in to comment.