diff --git a/addressbook/inc/class.uiaddressbook.inc.php b/addressbook/inc/class.uiaddressbook.inc.php
index 34a0e74aff..9ccd937ec8 100644
--- a/addressbook/inc/class.uiaddressbook.inc.php
+++ b/addressbook/inc/class.uiaddressbook.inc.php
@@ -346,7 +346,7 @@
$cols .= '
' . "\n";
$cols .= ' ';
$cols .= $phpgw->nextmatchs->show_sort_order($this->sort,
- $column[0],$this->order,"/index.php",$showcol,'menuaction=addressbook.uiaddressbook.get_list&cat_id='.$this->cat_id);
+ $column[0],$this->order,"/index.php",$showcol,'&menuaction=addressbook.uiaddressbook.get_list&cat_id='.$this->cat_id);
$cols .= "\n | ";
$cols .= "\n";
}