Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 1384

Přidáno uživatelem David Raška před více než 12 roky(ů)

Opravy:
- Opravy uplne stejnych chyb jak u Reiffeisen banky, kdy nebyly vytvoreny nektere objekty a to v PHP 5.4.x zpusobovalo chybu

Zobrazit rozdíly:

freenetis/branches/testing/application/controllers/vlan_ifaces.php
$grid->datasource($query);
$this->template = new stdClass();
$this->template->content = $grid;
$view = new View('main');
freenetis/branches/testing/application/controllers/segments.php
->class('delete_link');
}
$this->template = new stdClass();
$grid->datasource($segments);
$this->template->content = $grid;
freenetis/branches/testing/application/controllers/vlans.php
$grid->datasource($query);
$this->template = new stdClass();
$this->template->content = $grid;

Také k dispozici: Unified diff