mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-12 00:45:34 +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
|
||||
- SeedDMS_Core_DMS::getAllUsers() returns now previously missing
|
||||
language and theme of user
|
||||
- fix setting a user notification only (Bug #201)
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
Changes in version 4.3.14
|
||||
|
|
|
@ -135,7 +135,7 @@ if ($action == "delnotify"){
|
|||
// add notification
|
||||
else if ($action == "addnotify") {
|
||||
|
||||
if ($userid) {
|
||||
if ($userid > 0) {
|
||||
$res = $document->addNotify($userid, true);
|
||||
switch ($res) {
|
||||
case -1:
|
||||
|
|
Loading…
Reference in New Issue
Block a user