mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-12-25 06:18:27 +00:00
fix link to FolderNotify when logged in as normal user
This commit is contained in:
parent
18c397b7c7
commit
881925d201
|
|
@ -414,7 +414,7 @@ $(document).ready(function () {
|
|||
$menuitems = array();
|
||||
|
||||
if ($accessMode == M_READ && !$this->params['user']->isGuest()) {
|
||||
$menuitems['edit_folder_notify'] = array('link'=>"../out/out.FolderNotify".$folderID."&showtree=".showtree(), 'label'=>'edit_folder_notify');
|
||||
$menuitems['edit_folder_notify'] = array('link'=>"../out/out.FolderNotify.php?folderid=".$folderID."&showtree=".showtree(), 'label'=>'edit_folder_notify');
|
||||
}
|
||||
else if ($accessMode >= M_READWRITE) {
|
||||
$menuitems['add_subfolder'] = array('link'=>"../out/out.AddSubFolder.php?folderid=". $folderID ."&showtree=".showtree(), 'label'=>'add_subfolder');
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user