瀏覽代碼

fixed read perm Read with O

Piotr Labudda 9 年之前
父節點
當前提交
54fe51bef3
共有 1 個文件被更改,包括 1 次插入1 次删除
  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;