Skip to content

Commit

Permalink
Merge pull request nenes25#6 from bastienu/master
Browse files Browse the repository at this point in the history
  • Loading branch information
nenes25 authored Jun 2, 2021
2 parents fa91233 + 1ffdf3e commit a73cea8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions customerautogroups/controllers/admin/rules.php
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,9 @@ public function __construct()
/**
* Définition des médias du controller
*/
public function setMedia()
public function setMedia($isNewTheme = false)
{
parent::setMedia();
parent::setMedia($isNewTheme);
$this->addJS(_MODULE_DIR_.'customerautogroups/views/js/admin/customerautogroups.js');
}

Expand Down

0 comments on commit a73cea8

Please sign in to comment.