diff --git a/core/modules/shortcut/shortcut.module b/core/modules/shortcut/shortcut.module
index a988cf4..ab60311 100644
--- a/core/modules/shortcut/shortcut.module
+++ b/core/modules/shortcut/shortcut.module
@@ -396,7 +396,7 @@ function shortcut_preprocess_page(&$variables) {
 
     $query = array(
      'link' => $link,
-     'name' => drupal_get_title(),
+     'name' => $variables['title'],
     );
     $query += drupal_get_destination();
 
