Ignore:
Timestamp:
Feb 19, 2021, 10:12:21 AM (3 years ago)
Author:
chronos
Message:
  • Fixed: Check if core upgrade is needed and allow to perform upgrade.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Packages/Common/Modules/Setup.php

    r901 r903  
    161161          try
    162162          {
     163            $Output .= ModuleSetup::Cast($this->System->GetModule('Setup'))->DoUpgrade();
    163164            $this->System->ModuleManager->UpgradeAll(array(ModuleCondition::System));
    164165          } catch (Exception $E)
Note: See TracChangeset for help on using the changeset viewer.