diff options
author | Mate Bartus <mate.bartus@gmail.com> | 2016-02-04 21:35:45 +0100 |
---|---|---|
committer | Mate Bartus <mate.bartus@gmail.com> | 2016-02-04 22:01:38 +0100 |
commit | ad7b3ed17865b4ac91df24812fce4a9192f44fa1 (patch) | |
tree | beaca601641965e7569f9db06d26d59be3686e9a /phpBB/config | |
parent | 2f6f9a05eb1ae25a29fcb90bb301ce507298a474 (diff) | |
download | forums-ad7b3ed17865b4ac91df24812fce4a9192f44fa1.tar forums-ad7b3ed17865b4ac91df24812fce4a9192f44fa1.tar.gz forums-ad7b3ed17865b4ac91df24812fce4a9192f44fa1.tar.bz2 forums-ad7b3ed17865b4ac91df24812fce4a9192f44fa1.tar.xz forums-ad7b3ed17865b4ac91df24812fce4a9192f44fa1.zip |
[ticket/14312] Allow updating without having the update directory
PHPBB3-14312
Diffstat (limited to 'phpBB/config')
-rw-r--r-- | phpBB/config/installer/container/services_update_requirements.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/config/installer/container/services_update_requirements.yml b/phpBB/config/installer/container/services_update_requirements.yml index c5272ef549..6b851de78b 100644 --- a/phpBB/config/installer/container/services_update_requirements.yml +++ b/phpBB/config/installer/container/services_update_requirements.yml @@ -15,6 +15,7 @@ services: arguments: - '@installer.helper.container_factory' - '@filesystem' + - '@installer.helper.config' - '@installer.helper.iohandler' - '@installer.helper.update_helper' - '%core.root_path%' |