mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-11 17:44:56 +00:00
- make $type an optional parameter of getNotification()
This commit is contained in:
parent
44463faca9
commit
134ffcdc36
|
@ -930,7 +930,7 @@ class LetoDMS_Core_Folder extends LetoDMS_Core_Object {
|
|||
* @return array array with a the elements 'users' and 'groups' which
|
||||
* contain a list of users and groups.
|
||||
*/
|
||||
function getNotifyList($type ) { /* {{{ */
|
||||
function getNotifyList($type=0) { /* {{{ */
|
||||
if (empty($this->_notifyList)) {
|
||||
$db = $this->_dms->getDB();
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user