diff --git a/module/user/control.php b/module/user/control.php index 82651ebf5b..cf49f0af7a 100644 --- a/module/user/control.php +++ b/module/user/control.php @@ -857,6 +857,7 @@ class user extends control $this->view->position[] = $this->lang->user->manageContacts; $this->view->lists = $this->user->getContactLists($this->app->user->account); $this->view->users = $users; + $this->view->listID = $listID; $this->view->mode = $mode; $this->display(); } diff --git a/module/user/view/managecontacts.html.php b/module/user/view/managecontacts.html.php index 6757720522..3538570632 100644 --- a/module/user/view/managecontacts.html.php +++ b/module/user/view/managecontacts.html.php @@ -16,9 +16,6 @@ icons['company']);?> user->contacts->manage;?> -