aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib/ZotURL.php
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2019-03-23 20:01:20 +0100
committerMario <mario@mariovavti.com>2019-03-23 20:01:20 +0100
commita0af092ecb5ce1018a3d6e53f8636aed6bb2307c (patch)
treecc3727168aac03a9c2592bab7571ad7c4813262e /Zotlabs/Lib/ZotURL.php
parent3a07a194abb3dfab842e08b242c9a566c97b6e35 (diff)
downloadvolse-hubzilla-a0af092ecb5ce1018a3d6e53f8636aed6bb2307c.tar.gz
volse-hubzilla-a0af092ecb5ce1018a3d6e53f8636aed6bb2307c.tar.bz2
volse-hubzilla-a0af092ecb5ce1018a3d6e53f8636aed6bb2307c.zip
fix wrong variable in unused function
Diffstat (limited to 'Zotlabs/Lib/ZotURL.php')
-rw-r--r--Zotlabs/Lib/ZotURL.php2
1 files changed, 1 insertions, 1 deletions
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;