Changeset 619 for trunk/Common/Setup/Setup.php
- Timestamp:
- Dec 26, 2013, 7:37:44 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Common/Setup/Setup.php
r613 r619 97 97 { 98 98 $Output .= '<h3>Povýšení</h3>'; 99 $Output .= $this->System->Setup->Upgrade(); 100 $Output .= $this->ControlPanel(); 99 try { 100 $Output .= $this->System->Setup->Upgrade(); 101 } catch (Exception $E) { 102 $Output .= $this->SystemMessage('Chyba aktualizace', 'Došlo k chybě v SQL dotazu při aktualizaci: <br/>'.$E->getMessage()); 103 } 104 $Output .= $this->ControlPanel(); 101 105 } else 102 106 if($Action == 'install')
Note:
See TracChangeset
for help on using the changeset viewer.