Prevent an error in case of exception...

SVN:trunk[2065]
This commit is contained in:
Denis Flaven
2012-05-30 10:57:52 +00:00
parent f0cfe78043
commit 9a1f0241ff

View File

@@ -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;