diff options
| author | Joas Schilling <nickvergessen@gmx.de> | 2014-04-13 23:46:28 +0200 |
|---|---|---|
| committer | Joas Schilling <nickvergessen@gmx.de> | 2014-05-29 02:14:33 +0200 |
| commit | ef8d7b995e854c64a5f529978ee4898030ae9fa4 (patch) | |
| tree | 98f2fc2719f88154f5dfa0820fd8680d93bd3ba8 /phpBB/config | |
| parent | 35b88624f5f85e3d7ea048e9f537dc477bf913c6 (diff) | |
| download | forums-ef8d7b995e854c64a5f529978ee4898030ae9fa4.tar forums-ef8d7b995e854c64a5f529978ee4898030ae9fa4.tar.gz forums-ef8d7b995e854c64a5f529978ee4898030ae9fa4.tar.bz2 forums-ef8d7b995e854c64a5f529978ee4898030ae9fa4.tar.xz forums-ef8d7b995e854c64a5f529978ee4898030ae9fa4.zip | |
[ticket/10073] Add @config_text to admin_form
PHPBB3-10073
Diffstat (limited to 'phpBB/config')
| -rw-r--r-- | phpBB/config/services.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/config/services.yml b/phpBB/config/services.yml index 11a13c6b5f..791981854c 100644 --- a/phpBB/config/services.yml +++ b/phpBB/config/services.yml @@ -253,6 +253,7 @@ services: arguments: - @auth - @config + - @config_text - @dbal.conn - @user - %core.root_path% |
