Index: trunk/extensions/XMLRC/XMLRC_UDP.class.php |
— | — | @@ -9,7 +9,7 @@ |
10 | 10 | $this->conn = null; |
11 | 11 | |
12 | 12 | $this->address = $config['address']; |
13 | | - $this->port = $config['port']; |
| 13 | + $this->port = isset( $config['port'] ) ? $config['port'] : 4455; |
14 | 14 | } |
15 | 15 | |
16 | 16 | public function connect() { |