mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-13 05:01:43 +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) {
|
function add_folder_notify($folder,$userid,$recursefolder,$recursedoc) {
|
||||||
|
global $dms;
|
||||||
|
|
||||||
$folder->addNotify($userid, true);
|
$folder->addNotify($userid, true);
|
||||||
|
|
||||||
if ($recursedoc){
|
if ($recursedoc){
|
||||||
|
|
Loading…
Reference in New Issue
Block a user