more documentation

This commit is contained in:
Uwe Steinmann 2023-09-05 19:30:56 +02:00
parent 401cd7dd1c
commit dce2b753a8

View File

@ -123,6 +123,7 @@ else if ($action == "addnotify") {
break;
case 0:
$session->setSplashMsg(array('type'=>'success', 'msg'=>getMLText('splash_add_notify')));
/* Send notification only to the user being added as a notifier */
if($notifier) {
$obj = $dms->getUser($userid);
$notifier->sendNewFolderNotifyMail($folder, $user, $obj);
@ -148,6 +149,7 @@ else if ($action == "addnotify") {
break;
case 0:
$session->setSplashMsg(array('type'=>'success', 'msg'=>getMLText('splash_add_notify')));
/* Send notification only to the group being added as a notifier */
if($notifier) {
$obj = $dms->getGroup($groupid);
$notifier->sendNewFolderNotifyMail($folder, $user, $obj);