mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 11:08:45 +02:00
Prevent an error in case of exception...
SVN:trunk[2065]
This commit is contained in:
@@ -1946,7 +1946,7 @@ abstract class MetaModel
|
||||
catch (MissingQueryArgument $e)
|
||||
{
|
||||
// Add some information...
|
||||
$e->addInfo('OQL', $sOqlQuery);
|
||||
$e->addInfo('OQL', $oFilter->ToOQL());
|
||||
throw $e;
|
||||
}
|
||||
return $sRes;
|
||||
|
||||
Reference in New Issue
Block a user