Dashboard: Fix wrong URL

refs #7751
This commit is contained in:
Marius Hein 2014-11-20 13:40:54 +01:00
parent bb664a87ea
commit bdc0321f62
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ class DashboardSettings implements Tabextension
array(
'icon' => 'img/icons/dashboard.png',
'title' => t('Add To Dashboard'),
'url' => Url::fromPath('dashboard/new-dashboard')
'url' => Url::fromPath('dashboard/new-dashlet')
)
);