Fix write in blockedlog

This commit is contained in:
Laurent Destailleur 2017-12-03 11:48:09 +01:00
parent 081d31a56e
commit 9f1eba6b75

View File

@ -215,7 +215,7 @@ class BlockedLog
// Add thirdparty info
if (empty($object->thirdparty) && method_exists('fetch_thirdparty')) $object->fetch_thirdparty();
if (empty($object->thirdparty) && method_exists($object, 'fetch_thirdparty')) $object->fetch_thirdparty();
if (! empty($object->thirdparty))
{