mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 10:38:45 +02:00
N°2589 - Infinite loops when logging with a Contact having a non empty TagSet field
Add ListParameters to DBSearch for nested queries
This commit is contained in:
@@ -2624,7 +2624,7 @@ class IntervalExpression extends Expression
|
||||
|
||||
public function ListParameters()
|
||||
{
|
||||
return array();
|
||||
return $this->m_oValue->ListParameters();
|
||||
}
|
||||
|
||||
public function RenameParam($sOldName, $sNewName)
|
||||
|
||||
Reference in New Issue
Block a user