mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-06-16 18:19:37 +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'];
|
$allGroups = $this->params['allgroups'];
|
||||||
$sortusersinlist = $this->params['sortusersinlist'];
|
$sortusersinlist = $this->params['sortusersinlist'];
|
||||||
|
|
||||||
$notifyList = $folder->getNotifyList();
|
$notifyList = $folder->getNotifyList(0, true);
|
||||||
|
|
||||||
$this->htmlStartPage(getMLText("folder_title", array("foldername" => htmlspecialchars($folder->getName()))));
|
$this->htmlStartPage(getMLText("folder_title", array("foldername" => htmlspecialchars($folder->getName()))));
|
||||||
$this->globalNavigation($folder);
|
$this->globalNavigation($folder);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user