list user which has been disabled

This commit is contained in:
Uwe Steinmann 2021-02-05 13:26:03 +01:00
parent 03ef93df2c
commit 9ed6f688bf

View File

@ -71,7 +71,7 @@ $(document).ready(function() {
$allGroups = $this->params['allgroups'];
$sortusersinlist = $this->params['sortusersinlist'];
$notifyList = $folder->getNotifyList();
$notifyList = $folder->getNotifyList(0, true);
$this->htmlStartPage(getMLText("folder_title", array("foldername" => htmlspecialchars($folder->getName()))));
$this->globalNavigation($folder);