From a0af092ecb5ce1018a3d6e53f8636aed6bb2307c Mon Sep 17 00:00:00 2001 From: Mario Date: Sat, 23 Mar 2019 20:01:20 +0100 Subject: fix wrong variable in unused function --- Zotlabs/Lib/ZotURL.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Zotlabs/Lib/ZotURL.php b/Zotlabs/Lib/ZotURL.php index d1c705fcb..bc14c516a 100644 --- a/Zotlabs/Lib/ZotURL.php +++ b/Zotlabs/Lib/ZotURL.php @@ -66,7 +66,7 @@ class ZotURL { } - static public function is_zoturl($s) { + static public function is_zoturl($url) { if(strpos($url,'x-zot:') === 0) { return true; -- cgit v1.2.3