mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-06 15:14:58 +00:00
list user which has been disabled
This commit is contained in:
parent
03ef93df2c
commit
9ed6f688bf
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue
Block a user