diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-02-07 17:29:09 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-02-07 17:29:09 +0000 |
commit | 92ad427474930a52a1997486678f4e65cef24a1b (patch) | |
tree | 679f207d08abc6f502761a6cdeebca7090e990e5 /modules/system/system.module | |
parent | 2893abcc62e5e5bc4ab0794e3267c5fef7619d10 (diff) | |
download | brdo-92ad427474930a52a1997486678f4e65cef24a1b.tar.gz brdo-92ad427474930a52a1997486678f4e65cef24a1b.tar.bz2 |
#699842 by mr.baileys: Move permissions and roles to a tab/sub-tab at admin/people.
Diffstat (limited to 'modules/system/system.module')
-rw-r--r-- | modules/system/system.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.module b/modules/system/system.module index f44ad4ea2..606d6610d 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -2664,7 +2664,7 @@ function system_get_module_admin_tasks($module) { $admin_task_count = 0; // Check for permissions. if (in_array($module, module_implements('permission')) && $admin_access) { - $admin_tasks[-1] = l(t('Configure permissions'), 'admin/config/people/permissions', array('fragment' => 'module-' . $module)); + $admin_tasks[-1] = l(t('Configure permissions'), 'admin/people/permissions', array('fragment' => 'module-' . $module)); } // Check for menu items that are admin links. |