Merge branch '2.5.x' of dev.sourcefabric.org:airtime into 2.5.x
This commit is contained in:
commit
35df0c1511
|
@ -179,7 +179,7 @@ class Application_Form_LiveStreamingPreferences extends Zend_Form_SubForm
|
||||||
socket_bind($sock, 0, $dj_harbor_input_port);
|
socket_bind($sock, 0, $dj_harbor_input_port);
|
||||||
} catch (Exception $e) {
|
} catch (Exception $e) {
|
||||||
$element = $this->getElement("dj_harbor_input_port");
|
$element = $this->getElement("dj_harbor_input_port");
|
||||||
$element->addError(sprintf(_("Port %s is not available"). $dj_harbor_input_port));
|
$element->addError(sprintf(_("Port %s is not available"), $dj_harbor_input_port));
|
||||||
$isValid = false;
|
$isValid = false;
|
||||||
}
|
}
|
||||||
socket_close($sock);
|
socket_close($sock);
|
||||||
|
|
Loading…
Reference in New Issue