diff --git a/deluge/plugins/execute/execute/data/execute.js b/deluge/plugins/execute/execute/data/execute.js index 77d263883..41cc2f7e2 100644 --- a/deluge/plugins/execute/execute/data/execute.js +++ b/deluge/plugins/execute/execute/data/execute.js @@ -111,3 +111,4 @@ Deluge.plugins.ExecutePlugin = Ext.extend(Deluge.Plugin, { this.prefsPage = deluge.preferences.addPage(new Deluge.ux.preferences.ExecutePage()); } }); +Deluge.registerPlugin('Execute', Deluge.plugins.ExecutePlugin);