Fixed bug #62589 :)

This commit is contained in:
Anatoliy Belsky
2012-07-19 19:02:42 +00:00
parent 7f45381d2f
commit fe2c3433ec

View File

@@ -54,7 +54,7 @@ function get_host_port_from_server($server){
return array($server, 0);
}
else {
return values;
return $values;
}
}