diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-01-04 21:31:52 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-01-04 21:31:52 +0000 |
commit | ec7ff41cc58d1604918e0e10aeeef1bed9dd5d52 (patch) | |
tree | f63b3b33a93418e2e267010f4c0e6bc11a1e0b65 /modules/overlay | |
parent | 2a8fc4edb08cd26b8314fcaa3f34489ebdad9e61 (diff) | |
download | brdo-ec7ff41cc58d1604918e0e10aeeef1bed9dd5d52.tar.gz brdo-ec7ff41cc58d1604918e0e10aeeef1bed9dd5d52.tar.bz2 |
#580868 by anarcat and Dave Reid: Make 'Modules' its own top-level admin link.
Diffstat (limited to 'modules/overlay')
-rw-r--r-- | modules/overlay/overlay.install | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/overlay/overlay.install b/modules/overlay/overlay.install index a864b5eb1..9d37e9b62 100644 --- a/modules/overlay/overlay.install +++ b/modules/overlay/overlay.install @@ -13,7 +13,7 @@ * install profile, reopen the modules page in an overlay. */ function overlay_enable() { - if (strpos(current_path(), 'admin/config/modules') === 0) { - drupal_goto('<front>', array('fragment' => 'overlay=admin/config/modules')); + if (strpos(current_path(), 'admin/modules') === 0) { + drupal_goto('<front>', array('fragment' => 'overlay=admin/modules')); } } |