commit e07eb90cc642fe62a71e7994769e710a0a66d810 Author: kgoel Date: Fri May 17 17:06:13 2013 -0400 Issue# 1978976-Fixed_php_error diff --git a/core/modules/shortcut/lib/Drupal/shortcut/Form/SetSwitch.php b/core/modules/shortcut/lib/Drupal/shortcut/Form/SetSwitch.php index 6de87f2..f08eebe 100644 --- a/core/modules/shortcut/lib/Drupal/shortcut/Form/SetSwitch.php +++ b/core/modules/shortcut/lib/Drupal/shortcut/Form/SetSwitch.php @@ -200,4 +200,5 @@ function shortcut_set_switch_submit($form, &$form_state) { // Assign the shortcut set to the provided user account. shortcut_set_assign_user($set, $account); + } }