Skip to content

Commit

Permalink
Fixed issue #11372: Configuring AuditLog plugin fails
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Jun 14, 2016
1 parent a15077e commit 9fce65b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions application/config/third_party.php
Expand Up @@ -260,4 +260,5 @@
'Uri.js'
),
)

);
2 changes: 0 additions & 2 deletions application/controllers/admin/pluginmanager.php
Expand Up @@ -179,8 +179,6 @@ public function configure($id)
$this->getController()->redirect(array('/admin/pluginmanager/sa/index'));
}

App()->getClientScript()->registerPackage('select2');

$arPlugin = Plugin::model()->findByPk($id)->attributes;
$oPluginObject = App()->getPluginManager()->loadPlugin($arPlugin['name'], $arPlugin['id']);

Expand Down

0 comments on commit 9fce65b

Please sign in to comment.