From 9f1eba6b75e989147f98ed4d85c7d381e518e121 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 3 Dec 2017 11:48:09 +0100 Subject: [PATCH] Fix write in blockedlog --- htdocs/blockedlog/class/blockedlog.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/blockedlog/class/blockedlog.class.php b/htdocs/blockedlog/class/blockedlog.class.php index 530ecd1deeb..7abcff2af1b 100644 --- a/htdocs/blockedlog/class/blockedlog.class.php +++ b/htdocs/blockedlog/class/blockedlog.class.php @@ -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)) {