Revize 1602
Přidáno uživatelem David Raška před více než 12 roky(ů)
freenetis/branches/testing/application/controllers/ifaces.php | ||
---|---|---|
));
|
||
}
|
||
|
||
if ($link->ifaces->count() >= Link_Model::get_max_ifaces_count($this->input->post('itype')))
|
||
$iface = new Iface_Model($this->iface_id);
|
||
|
||
if ($link->ifaces->count() >= Link_Model::get_max_ifaces_count($this->input->post('itype')) &&
|
||
$link->id != $iface->link_id)
|
||
{
|
||
$input->add_error('required', __(
|
||
'Limit of connected interfaces to link has been reached - ' .
|
Také k dispozici: Unified diff
Opravy:
- oprava kontroly poctu rozhrani v lince