mirror of
https://github.com/pixelfed/pixelfed.git
synced 2025-01-26 22:40:45 +00:00
Update AP Helpers
This commit is contained in:
parent
3916ecea3f
commit
bfe2341575
1 changed files with 2 additions and 2 deletions
|
@ -174,10 +174,10 @@ class Helpers {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
return true;
|
return $url;
|
||||||
});
|
});
|
||||||
|
|
||||||
return (bool) $valid;
|
return $valid;
|
||||||
}
|
}
|
||||||
|
|
||||||
public static function validateLocalUrl($url)
|
public static function validateLocalUrl($url)
|
||||||
|
|
Loading…
Reference in a new issue