Explorar o código

fixed read perm Read with O

Piotr Labudda %!s(int64=9) %!d(string=hai) anos
pai
achega
54fe51bef3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      SE/se-lib/TableAcl.php

+ 1 - 1
SE/se-lib/TableAcl.php

@@ -303,7 +303,7 @@ class TableAcl extends Core_AclBase {
 		return false;
 	}
   public function canReadObjectField($fieldName, $record) {
-		if (!$this->canReadField($fieldName)) return false;
+		// if (!$this->canReadField($fieldName)) return false;
 		if ('ID' == $fieldName) return true;
 		if ('A_RECORD_CREATE_DATE' == $fieldName) return true;
 		if ('A_RECORD_CREATE_AUTHOR' == $fieldName) return true;