mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/16526] Revert unneeded s9e/factory change
PHPBB3-16526
This commit is contained in:
parent
8c79e9a61e
commit
59900357a7
1 changed files with 1 additions and 3 deletions
|
@ -218,9 +218,7 @@ class factory implements \phpbb\textformatter\cache_interface
|
||||||
{
|
{
|
||||||
$configurator->urlConfig->disallowScheme($scheme);
|
$configurator->urlConfig->disallowScheme($scheme);
|
||||||
}
|
}
|
||||||
|
foreach (array_filter(explode(',', $this->config['allowed_schemes_links'])) as $scheme)
|
||||||
$schemes = array_filter(explode(',', $this->config['allowed_schemes_links']));
|
|
||||||
foreach ($schemes as $scheme)
|
|
||||||
{
|
{
|
||||||
$configurator->urlConfig->allowScheme(trim($scheme));
|
$configurator->urlConfig->allowScheme(trim($scheme));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue