浏览代码

Fix TableAjax use only TableAcl (see #1)

Piotr Labudda 11 年之前
父节点
当前提交
6a4816a76a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      SE/se-lib/TableAjax.php

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

@@ -3103,7 +3103,7 @@ function hidePopover() {
 			exit;
 		}
 
-		$record = $this->_dataSource->getItem($recordId);
+		$record = $this->_acl->getItem($recordId);
 		if (!$record) {
 			header('HTTP/1.0 404 Not Found');
 			echo "404: No item ID({$recordId})";