fix line indenting

This commit is contained in:
Uwe Steinmann 2021-10-02 07:23:23 +02:00
parent 0260b8dad9
commit bae7e939a1

View File

@ -727,10 +727,14 @@ class SeedDMS_Core_Document extends SeedDMS_Core_Object { /* {{{ */
* Set default access mode
*
* This method sets the default access mode and also removes all notifiers which
* will not have read access anymore.
* will not have read access anymore. Setting a default access mode will only
* have an immediate effect if the access rights are not inherited, otherwise
* it just updates the database record of the document and once the
* inheritance is turn off the default access mode will take effect.
*
* @param integer $mode access mode
* @param bool|string $noclean set to true if notifier list shall not be clean up
*
* @return bool
*/
function setDefaultAccess($mode, $noclean="false") { /* {{{ */