Update AP Helpers

This commit is contained in:
Daniel Supernault 2020-11-26 00:50:46 -07:00
parent 3916ecea3f
commit bfe2341575
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 2 additions and 2 deletions

View File

@ -174,10 +174,10 @@ class Helpers {
return false;
}
return true;
return $url;
});
return (bool) $valid;
return $valid;
}
public static function validateLocalUrl($url)