mirror of
https://github.com/friendica/friendica
synced 2025-04-30 09:44:22 +02:00
spelling: already
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
ea0955c4e0
commit
980b4ec273
4 changed files with 4 additions and 4 deletions
|
@ -686,7 +686,7 @@ class ParseUrl
|
|||
{
|
||||
$urlarr = parse_url($url);
|
||||
|
||||
// If the url does allready have an scheme
|
||||
// If the url does already have an scheme
|
||||
// we can stop the process here
|
||||
if (isset($urlarr['scheme'])) {
|
||||
return $url;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue