mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-11 16:35:38 +00:00
- declare $dms global in add_folder_notify()
This commit is contained in:
parent
bdc087f4bf
commit
be04f7ce97
|
@ -28,6 +28,8 @@ if ($user->isGuest()) {
|
|||
}
|
||||
|
||||
function add_folder_notify($folder,$userid,$recursefolder,$recursedoc) {
|
||||
global $dms;
|
||||
|
||||
$folder->addNotify($userid, true);
|
||||
|
||||
if ($recursedoc){
|
||||
|
|
Loading…
Reference in New Issue
Block a user