Skip to content

Commit

Permalink
remove unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
matthieu-rolland committed Feb 25, 2022
1 parent eb89a5b commit 916840c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions classes/Twig/Block/UpgradeChecklist.php
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,6 @@ public function render()
'allowUrlFopenOrCurlIsEnabled' => $this->selfCheck->isFOpenOrCurlEnabled(),
'zipIsEnabled' => $this->selfCheck->isZipEnabled(),
'storeIsInMaintenance' => $this->selfCheck->isShopDeactivated(),
'disableOverrides' => $this->selfCheck->isOverrideDisabled(),
'performanceLink' => Context::getContext()->link->getAdminLink('AdminPerformance'),
'currentIndex' => $this->currentIndex,
'token' => $this->token,
'cachingIsDisabled' => $this->selfCheck->isCacheDisabled(),
Expand Down

0 comments on commit 916840c

Please sign in to comment.