diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-07-27 19:02:17 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-07-27 19:02:17 +0000 |
commit | 7425d6389269e767db2142f909cdb33d29d75cc6 (patch) | |
tree | 7e6be2172ba47baa79bed2df665ba4a04bd272dc | |
parent | b00d15ebc4f75692deeb79866a5f397a815a19de (diff) | |
download | brdo-7425d6389269e767db2142f909cdb33d29d75cc6.tar.gz brdo-7425d6389269e767db2142f909cdb33d29d75cc6.tar.bz2 |
- Patch #510116 by killes@www.drop.org: fixed broken link.
-rw-r--r-- | modules/toolbar/toolbar.install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/toolbar/toolbar.install b/modules/toolbar/toolbar.install index 25442eaeb..6b6be4613 100644 --- a/modules/toolbar/toolbar.install +++ b/modules/toolbar/toolbar.install @@ -26,7 +26,7 @@ function toolbar_install() { menu_rebuild(); $items = array( 'node/add' => 'Add', - 'admin/content/node' => 'Find content', + 'admin/content/content' => 'Find content', 'admin' => 'Dashboard', ); $weight = -20; |