Fixed XF:SpamTriggerLog relation ApplyingUser is pointless & invalid

Xon

Well-known member
Affected version
2.0.10
The Spam Trigger Log table has an invalid relationship which depends on an non-existant column;

PHP:
'ApplyingUser' => [
   'entity' => 'XF:User',
   'type' => self::TO_ONE,
   'conditions' => 'applying_user_id',
   'primary' => true
],
 
Thank you for reporting this issue. The issue is now resolved and we are aiming to include that in the next XF release (2.0.11).

Change log:
Remove invalid relation from SpamTriggerLog entity
 
Back
Top Bottom