summaryrefslogtreecommitdiff
path: root/plugins/acl
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/acl')
-rw-r--r--plugins/acl/acl.js2
-rw-r--r--plugins/acl/acl.php2
2 files changed, 1 insertions, 3 deletions
diff --git a/plugins/acl/acl.js b/plugins/acl/acl.js
index 4efe55f14..6e6aa7b67 100644
--- a/plugins/acl/acl.js
+++ b/plugins/acl/acl.js
@@ -49,7 +49,7 @@ rcube_webmail.prototype.acl_save = function()
$(':checkbox', this.env.acl_advanced ? $('#advancedrights') : sim_ul = $('#simplerights')).map(function() {
if (this.checked)
- rights += this.value;
+ rights += this.value;
});
if (type = $('input:checked[name=usertype]').val()) {
diff --git a/plugins/acl/acl.php b/plugins/acl/acl.php
index f0c42d2c6..8e9d28ae2 100644
--- a/plugins/acl/acl.php
+++ b/plugins/acl/acl.php
@@ -39,8 +39,6 @@ class acl extends rcube_plugin
{
$this->rc = rcmail::get_instance();
- $this->require_plugin('jqueryui');
-
// Register hooks
$this->add_hook('folder_form', array($this, 'folder_form'));
// Plugin actions