Fix write in blockedlog
This commit is contained in:
parent
081d31a56e
commit
9f1eba6b75
@ -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))
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user