diff options
author | Marc Alexander <admin@m-a-styles.de> | 2016-01-13 12:55:31 +0100 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2016-01-13 12:55:31 +0100 |
commit | 08647781c09849843cc30fd5e36f9dafa02faf6e (patch) | |
tree | 58b766dd4690eedfd348e96e8395b0e0fadab316 /phpBB/config | |
parent | d55a8a8ceeae5336a391299d5bb31489f261c836 (diff) | |
parent | bc5d976786d60d8d33cf77fccf81ce351b59fcdc (diff) | |
download | forums-08647781c09849843cc30fd5e36f9dafa02faf6e.tar forums-08647781c09849843cc30fd5e36f9dafa02faf6e.tar.gz forums-08647781c09849843cc30fd5e36f9dafa02faf6e.tar.bz2 forums-08647781c09849843cc30fd5e36f9dafa02faf6e.tar.xz forums-08647781c09849843cc30fd5e36f9dafa02faf6e.zip |
Merge pull request #4059 from JoshyPHP/ticket/14323
[ticket/14323] Added support for truncating long URLs
Diffstat (limited to 'phpBB/config')
-rw-r--r-- | phpBB/config/default/container/services_text_formatter.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/phpBB/config/default/container/services_text_formatter.yml b/phpBB/config/default/container/services_text_formatter.yml index f86d30658e..943a79cd65 100644 --- a/phpBB/config/default/container/services_text_formatter.yml +++ b/phpBB/config/default/container/services_text_formatter.yml @@ -33,10 +33,14 @@ services: - '@cache.driver' - '@dispatcher' - '@config' + - '@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: |