Merge pull request #32 from mageekguy/patch-1

Port of sahi is 9999, not 999
This commit is contained in:
Christophe Coevoet
2012-08-29 07:23:22 -07:00

View File

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