Renamed variable

This commit is contained in:
Alex Bilbie 2012-08-14 14:20:14 +01:00
parent 4c82648a9a
commit 44666402dd

View File

@ -97,7 +97,7 @@ class Server
public function __construct($options = null) public function __construct($options = null)
{ {
if ($options !== null) { if ($options !== null) {
$this->options = array_merge($this->config, $options); $this->config = array_merge($this->config, $options);
} }
} }