N°1555: fixed a case where AttributeExternal field was pointing anything else than an ExternalKey and its label wouldn't show up on search criteria, remove duplicate catch

This commit is contained in:
steffunky
2018-10-09 18:27:36 +02:00
parent 3347d32f2a
commit 74a8c3f5bd

View File

@@ -945,10 +945,6 @@ class ScalarExpression extends UnaryExpression
{
IssueLog::Error($e->getMessage());
}
catch (Exception $e)
{
IssueLog::Error($e->getMessage());
}
break;
case ($oAttDef instanceof AttributeTagSet):
try