From 2d1d43e58a77199f3c7cb9324580b20e08361886 Mon Sep 17 00:00:00 2001 From: alec Date: Fri, 17 Jun 2011 08:54:49 +0000 Subject: - Remove jqueryui requirement (it was never used in acl plugin) git-svn-id: https://svn.roundcube.net/trunk@4863 208e9e7b-5314-0410-a742-e7e81cd9613c --- plugins/acl/acl.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'plugins/acl/acl.php') 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 -- cgit v1.2.3