commit 54234b45dfdbc35ef61c36ea0a67645194d23fd9 Author: kgoel Date: Thu May 30 15:53:10 2013 -0400 Issue# 1978976 shortcut switch conversion diff --git a/core/modules/shortcut/lib/Drupal/shortcut/Form/SetSwitch.php b/core/modules/shortcut/lib/Drupal/shortcut/Form/SetSwitch.php index 3a38127..f9d1738 100644 --- a/core/modules/shortcut/lib/Drupal/shortcut/Form/SetSwitch.php +++ b/core/modules/shortcut/lib/Drupal/shortcut/Form/SetSwitch.php @@ -64,7 +64,7 @@ public function buildForm(array $form, array &$form_state, Request $request = NU } // Prepare the list of shortcut sets. - $this->entityManager->getStorageController('shortcut')->load(); + $sets = $this->entityManager->getStorageController('shortcut')->load(); $sets = entity_load_multiple('shortcut'); $current_set = shortcut_current_displayed_set($account);