Changeset 903 for trunk/Packages
- Timestamp:
- Feb 19, 2021, 10:12:21 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Packages/Common/Modules/Setup.php
r901 r903 161 161 try 162 162 { 163 $Output .= ModuleSetup::Cast($this->System->GetModule('Setup'))->DoUpgrade(); 163 164 $this->System->ModuleManager->UpgradeAll(array(ModuleCondition::System)); 164 165 } catch (Exception $E)
Note:
See TracChangeset
for help on using the changeset viewer.