From a3949e79167e20f5ae463c3956256228b437e9b5 Mon Sep 17 00:00:00 2001 From: kristuff Date: Sat, 27 Jun 2020 12:23:32 +0200 Subject: [PATCH] fix --- lib/ApiManager.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ApiManager.php b/lib/ApiManager.php index f56f4f6..db4ab70 100644 --- a/lib/ApiManager.php +++ b/lib/ApiManager.php @@ -356,7 +356,7 @@ class ApiManager extends ApiDefintion $message = str_replace('\\', '', $message); // Remove self ips - foreach ($this->myIps as $ip){ + foreach ($this->selfIps as $ip){ $message = str_replace($ip, '[MUNGED]', $message); }