mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/10620] Implemented quote improvements
PHPBB3-10620
This commit is contained in:
@@ -44,6 +44,13 @@ services:
|
||||
- @text_formatter.s9e.factory
|
||||
- @dispatcher
|
||||
|
||||
text_formatter.s9e.quote_helper:
|
||||
class: phpbb\textformatter\s9e\quote_helper
|
||||
arguments:
|
||||
- @user
|
||||
- %core.root_path%
|
||||
- %core.php_ext%
|
||||
|
||||
text_formatter.s9e.renderer:
|
||||
class: phpbb\textformatter\s9e\renderer
|
||||
arguments:
|
||||
@@ -53,6 +60,7 @@ services:
|
||||
- @text_formatter.s9e.factory
|
||||
- @dispatcher
|
||||
calls:
|
||||
- [configure_quote_helper, [@text_formatter.s9e.quote_helper]]
|
||||
- [configure_smilies_path, [@config, @path_helper]]
|
||||
- [configure_user, [@user, @config, @auth]]
|
||||
|
||||
|
Reference in New Issue
Block a user