Fix typo
This commit is contained in:
parent
5cd816f703
commit
05c62a3bdc
2 changed files with 2 additions and 2 deletions
|
@ -63,7 +63,7 @@ class SendWebMentions extends Job implements ShouldQueue
|
|||
if (parse_url($url, PHP_URL_HOST) == env('LONG_URL', 'localhost')) {
|
||||
return false;
|
||||
}
|
||||
if (starts_with($url, '/notes/tagged/') {
|
||||
if (starts_with($url, '/notes/tagged/')) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue