Skip to content

Commit

Permalink
Merge pull request #11680 from mhcwebdesign/3.0.x.x_Maintenance
Browse files Browse the repository at this point in the history
3.0.x.x maintenance
  • Loading branch information
mhcwebdesign committed Sep 24, 2022
2 parents f44a98f + 8a1b72b commit 9e2d736
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion upload/admin/controller/marketplace/extension.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,11 @@ public function index() {

foreach ($files as $file) {
$extension = basename($file, '.php');


if ($extension=='promotion') {
continue;
}

// Compatibility code for old extension folders
$this->load->language('extension/extension/' . $extension, 'extension');

Expand Down

0 comments on commit 9e2d736

Please sign in to comment.