From 1249d069c761a3b880ea69188e4e603360653254 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Wed, 5 Jul 2017 10:47:23 +0200 Subject: [PATCH] add note on deprecated $noReadForStatus --- SeedDMS_Core/Core/inc.ClassDMS.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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;