mirror of
https://github.com/flarum/framework.git
synced 2025-03-26 00:35:16 +08:00
Revert "Configure external links before dispatching event"
This reverts commit 4c55d278b612ac543f3eaa32e702b71a2c7eeb7e. 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…
x
Reference in New Issue
Block a user