diff --git a/inc/inc.ClassViewCommon.php b/inc/inc.ClassViewCommon.php index 7f52cd0fc..f32f43259 100644 --- a/inc/inc.ClassViewCommon.php +++ b/inc/inc.ClassViewCommon.php @@ -210,6 +210,9 @@ class SeedDMS_View_Common { * to check access rights. If the the optional $name is not set the * current view is used. * + * If $name is an array then just one of the passed objects in the array + * must be accessible for this function to return true. + * * @param string|array $name name of view or list of view names * @return boolean true if access is allowed otherwise false */