N°1213 - Allow NOT IN SELECT in OQL syntax - Fix search init

This commit is contained in:
Eric
2019-12-04 14:40:53 +01:00
parent 58da108e85
commit c39ff13217

View File

@@ -200,7 +200,7 @@ class NestedQueryOqlExpression extends NestedQueryExpression implements Checkabl
*/
public function __construct($oOQLObjectQuery )
{
parent::__construct(null);
parent::__construct($oOQLObjectQuery->ToDBSearch(""));
$this->m_oOQLObjectQuery = $oOQLObjectQuery;
}