Skip to content

Commit

Permalink
Fix main module class
Browse files Browse the repository at this point in the history
  • Loading branch information
gplcart committed Mar 9, 2018
1 parent ae967d5 commit e1a4d7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Main.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ protected function setModuleAssets($controller)
{
if ($controller->path('^admin/tool/editor') && $this->module->isEnabled('codemirror')) {
$this->getCodemirrorModule()->addLibrary($controller);
$controller->setJs('system/modules/editor/js/common.js', array('aggregate' => false));
$controller->setJs('system/modules/editor/js/common.js');
}
}

Expand Down

0 comments on commit e1a4d7c

Please sign in to comment.