diff --git a/core/pageobjects/points_pageobject.class.php b/core/pageobjects/points_pageobject.class.php index 03e55685b..684415dd8 100644 --- a/core/pageobjects/points_pageobject.class.php +++ b/core/pageobjects/points_pageobject.class.php @@ -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' : '';