1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-11 03:04:09 +02:00

[ticket/11768] Added support for magic links that start with "www."

PHPBB3-11768
This commit is contained in:
JoshyPHP
2015-02-13 11:28:51 +01:00
parent 63753bbf1a
commit f6e3e41717
3 changed files with 14 additions and 5 deletions

View File

@@ -280,7 +280,7 @@ class factory implements \phpbb\textformatter\cache
// Load the magic links plugins. We do that after BBCodes so that they use the same tags
$configurator->plugins->load('Autoemail');
$configurator->plugins->load('Autolink');
$configurator->plugins->load('Autolink', array('matchWww' => true));
// Register some vars with a default value. Those should be set at runtime by whatever calls
// the parser