mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-06-01 06:27:15 +00:00
set a group notification with setting a user works again (Bug #201)
This commit is contained in:
parent
014b995d12
commit
f5d656bde0
|
@ -4,6 +4,7 @@
|
||||||
- new language turkish
|
- new language turkish
|
||||||
- SeedDMS_Core_DMS::getAllUsers() returns now previously missing
|
- SeedDMS_Core_DMS::getAllUsers() returns now previously missing
|
||||||
language and theme of user
|
language and theme of user
|
||||||
|
- fix setting a user notification only (Bug #201)
|
||||||
|
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
Changes in version 4.3.14
|
Changes in version 4.3.14
|
||||||
|
|
|
@ -135,7 +135,7 @@ if ($action == "delnotify"){
|
||||||
// add notification
|
// add notification
|
||||||
else if ($action == "addnotify") {
|
else if ($action == "addnotify") {
|
||||||
|
|
||||||
if ($userid) {
|
if ($userid > 0) {
|
||||||
$res = $document->addNotify($userid, true);
|
$res = $document->addNotify($userid, true);
|
||||||
switch ($res) {
|
switch ($res) {
|
||||||
case -1:
|
case -1:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user