aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config
diff options
context:
space:
mode:
authorJoshyPHP <s9e.dev@gmail.com>2015-12-27 16:43:45 +0100
committerJoshyPHP <s9e.dev@gmail.com>2015-12-27 16:43:45 +0100
commit909f8653ec0bf2905ed8d8a9591486f7eefe4d56 (patch)
treecf3b8e9b74168337dfe8ac97798842089724cb65 /phpBB/config
parent5c8373dc20f3cef80b00304ec3b9e27fa86346e5 (diff)
downloadforums-909f8653ec0bf2905ed8d8a9591486f7eefe4d56.tar
forums-909f8653ec0bf2905ed8d8a9591486f7eefe4d56.tar.gz
forums-909f8653ec0bf2905ed8d8a9591486f7eefe4d56.tar.bz2
forums-909f8653ec0bf2905ed8d8a9591486f7eefe4d56.tar.xz
forums-909f8653ec0bf2905ed8d8a9591486f7eefe4d56.zip
[ticket/14323] Renamed AUTOLINK_TEXT to LINK_TEXT
Expanded link text shortening to [url] BBCodes with no parameters PHPBB3-14323
Diffstat (limited to 'phpBB/config')
-rw-r--r--phpBB/config/default/container/services_text_formatter.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/phpBB/config/default/container/services_text_formatter.yml b/phpBB/config/default/container/services_text_formatter.yml
index 01a833aef3..943a79cd65 100644
--- a/phpBB/config/default/container/services_text_formatter.yml
+++ b/phpBB/config/default/container/services_text_formatter.yml
@@ -26,9 +26,6 @@ services:
text_formatter.utils:
alias: text_formatter.s9e.utils
- text_formatter.s9e.autolink_helper:
- class: phpbb\textformatter\s9e\autolink_helper
-
text_formatter.s9e.factory:
class: phpbb\textformatter\s9e\factory
arguments:
@@ -36,11 +33,14 @@ services:
- '@cache.driver'
- '@dispatcher'
- '@config'
- - '@text_formatter.s9e.autolink_helper'
+ - '@text_formatter.s9e.link_helper'
- '%text_formatter.cache.dir%'
- '%text_formatter.cache.parser.key%'
- '%text_formatter.cache.renderer.key%'
+ text_formatter.s9e.link_helper:
+ class: phpbb\textformatter\s9e\link_helper
+
text_formatter.s9e.parser:
class: phpbb\textformatter\s9e\parser
arguments: