Changeset 505 for trunk/Common/Update.php
- Timestamp:
- Apr 1, 2013, 12:29:37 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Common/Update.php
r501 r505 176 176 { 177 177 $Output .= '<h3>Aktualizace</h3>'; 178 $ this->UpdateManager->Update();178 $Output .= $this->UpdateManager->Update(); 179 179 $Output .= $this->ControlPanel(); 180 180 } else … … 183 183 $Output .= '<h3>Instalace</h3>'; 184 184 $this->UpdateManager->Install(); 185 $ this->UpdateManager->Update();185 $Output .= $this->UpdateManager->Update(); 186 186 $Output .= $this->ControlPanel(); 187 187 } else
Note:
See TracChangeset
for help on using the changeset viewer.