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 true;
|
||||
return $url;
|
||||
});
|
||||
|
||||
return (bool) $valid;
|
||||
return $valid;
|
||||
}
|
||||
|
||||
public static function validateLocalUrl($url)
|
||||
|
|
Loading…
Reference in a new issue