1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[ticket/14769] Fix CLI installer configuration compatibility with SF 3

PHPBB3-14769
This commit is contained in:
Tristan Darricau
2016-09-11 13:41:33 +02:00
committed by Marc Alexander
parent fe64174ca8
commit 228e0f58a8

View File

@@ -128,7 +128,6 @@ class installer_configuration implements ConfigurationInterface
->integerNode('server_port')
->defaultValue(80)
->min(1)
->cannotBeEmpty()
->end()
->scalarNode('script_path')
->defaultValue('/')