mirror of
https://framagit.org/hubzilla/core.git
synced 2026-06-21 00:52:33 -04:00
fix wrong variable in unused function
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user