TickTackk
Well-known member
- Affected version
- 2.1.7
If one of the relation has condition which is empty string such as:
Fails at
PHP:
'MasterTitle' => [
'entity' => 'XF:Phrase',
'type' => static::TO_ONE,
'conditions' => [
['language_id', '=', 0],
['title', '=', 'tckApplications_application.', '$application_id'],
['addon_id', '=', '']
]
],
src/XF/Mvc/Entity/Entity.php:901