From f43577ec278b5036db7e96eee580c959f7c00c47 Mon Sep 17 00:00:00 2001 From: Mario Date: Mon, 23 Nov 2020 21:26:52 +0000 Subject: add logging --- Zotlabs/Web/HTTPSig.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Zotlabs') diff --git a/Zotlabs/Web/HTTPSig.php b/Zotlabs/Web/HTTPSig.php index 42426afb1..792556a10 100644 --- a/Zotlabs/Web/HTTPSig.php +++ b/Zotlabs/Web/HTTPSig.php @@ -212,6 +212,9 @@ class HTTPSig { static function get_key($key,$keytype,$id) { + if(is_array($key)) + btlogger('key is array: ' . print_r($key,true)); + if($key) { if(function_exists($key)) { return $key($id); -- cgit v1.2.3