Changeset 901 for trunk/Packages/Common/Modules
- Timestamp:
- Feb 17, 2021, 9:27:32 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Packages/Common/Modules/Setup.php
r900 r901 194 194 { 195 195 $Output .= '<h3>Odinstalace vše</h3>'; 196 $this->System->ModuleManager->UninstallAll(array(ModuleCondition:: System));196 $this->System->ModuleManager->UninstallAll(array(ModuleCondition::All)); 197 197 $this->Database->query('DROP TABLE IF EXISTS `'.$this->UpdateManager->VersionTable.'`'); 198 198 $Output .= $this->ControlPanel();
Note:
See TracChangeset
for help on using the changeset viewer.