mirror of
https://github.com/flarum/framework.git
synced 2024-11-27 19:13:37 +08:00
Revert "Configure external links before dispatching event"
This reverts commit 4c55d278b6
.
Fixes #1650
This commit is contained in:
parent
c11e4720d9
commit
53d1b87daf
|
@ -122,10 +122,10 @@ class Formatter
|
|||
$configurator->Autolink;
|
||||
$configurator->tags->onDuplicate('replace');
|
||||
|
||||
$this->configureExternalLinks($configurator);
|
||||
|
||||
$this->events->dispatch(new Configuring($configurator));
|
||||
|
||||
$this->configureExternalLinks($configurator);
|
||||
|
||||
return $configurator;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user