File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed
wcfsetup/install/files/lib/acp/page Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -87,16 +87,10 @@ public function assignVariables()
8787 $ taintedApplications [$ application ->getPackage ()->packageID ] = $ application ;
8888 }
8989
90- $ availableUpgradeVersion = WCF ::AVAILABLE_UPGRADE_VERSION ;
91- // During the RC phase the upgrade should only be offered when the maintenance mode is enabled.
92- if (!\OFFLINE ) {
93- $ availableUpgradeVersion = null ;
94- }
95-
9690 WCF ::getTPL ()->assign ([
9791 'recentlyDisabledCustomValues ' => LanguageFactory::getInstance ()->countRecentlyDisabledCustomValues (),
9892 'taintedApplications ' => $ taintedApplications ,
99- 'availableUpgradeVersion ' => $ availableUpgradeVersion ,
93+ 'availableUpgradeVersion ' => WCF :: AVAILABLE_UPGRADE_VERSION ,
10094 'upgradeOverrideEnabled ' => PackageUpdateServer::isUpgradeOverrideEnabled (),
10195 ]);
10296 }
You can’t perform that action at this time.
0 commit comments