From bb861aa262cfb82fea525fc6325e450668501722 Mon Sep 17 00:00:00 2001 From: acognet Date: Thu, 4 Aug 2022 16:26:21 +0200 Subject: [PATCH] =?UTF-8?q?N=C2=B03024=20-=20Archiving=20Service=20Familie?= =?UTF-8?q?s=20(or=20any=20class=20with=20no=20child)=20with=20combodo-arc?= =?UTF-8?q?hive-manual?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/dbsearch.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/dbsearch.class.php b/core/dbsearch.class.php index 406161dd0..81f615d4e 100644 --- a/core/dbsearch.class.php +++ b/core/dbsearch.class.php @@ -1623,7 +1623,7 @@ abstract class DBSearch $oSet = new DBObjectSet($this); if (MetaModel::IsStandaloneClass($sClass)) { - $oSet->OptimizeColumnLoad(array($this->GetClassAlias() => array(''))); + $oSet->OptimizeColumnLoad(array($this->GetClassAlias() => array())); $aIds = array($sClass => $oSet->GetColumnAsArray('id')); } else