浏览代码

Obsolescence: fixed regression introduces in [r4766], count of 1-N link sets not matching the result set

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@4773 a333f486-631f-4898-b8df-5754b55c2be0
romainq 8 年之前
父节点
当前提交
98ac91ec47
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      application/cmdbabstract.class.inc.php

+ 1 - 0
application/cmdbabstract.class.inc.php

@@ -428,6 +428,7 @@ EOF
 				}
 				}
 			}
 			}
 			$oLinkSet = new DBObjectSet($oLinkSearch);
 			$oLinkSet = new DBObjectSet($oLinkSearch);
+			$oLinkSet->SetShowObsoleteData(utils::ShowObsoleteData());
 
 
 			$iCount = $oLinkSet->Count();
 			$iCount = $oLinkSet->Count();
 			$sCount = '';
 			$sCount = '';