diff --git a/SeedDMS_Core/Core/inc.ClassDMS.php b/SeedDMS_Core/Core/inc.ClassDMS.php index 9ff818685..8f13c9952 100644 --- a/SeedDMS_Core/Core/inc.ClassDMS.php +++ b/SeedDMS_Core/Core/inc.ClassDMS.php @@ -149,7 +149,9 @@ class SeedDMS_Core_DMS { /** * @var array $noReadForStatus list of status without read right - * online + * online. DO NOT USE ANYMORE. SeedDMS_Core_DocumentContent::getAccessMode() + * was the only method using it, but it now takes the noReadForStatus info + * from the user's role * @access public */ public $noReadForStatus;