Port of sahi is 9999, not 999

This commit is contained in:
Frédéric Hardy
2012-08-29 17:18:09 +03:00
parent cf32eff0ce
commit 6897c15732

View File

@@ -172,7 +172,7 @@ class Extension implements ExtensionInterface
defaultValue('localhost')->
end()->
scalarNode('port')->
defaultValue(isset($config['sahi']['port']) ? $config['sahi']['port'] : 999)->
defaultValue(isset($config['sahi']['port']) ? $config['sahi']['port'] : 9999)->
end()->
end()->
end()->