Index: notify.install =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/notify/notify.install,v retrieving revision 1.4.2.1 diff -u -p -r1.4.2.1 notify.install --- notify.install 15 Jul 2007 03:13:08 -0000 1.4.2.1 +++ notify.install 27 Jul 2007 08:39:49 -0000 @@ -63,6 +63,8 @@ function notify_update_1() { * Clear {cache_menu} after the admin menu changes. */ function notify_update_2() { + $ret = array(); cache_clear_all(NULL, 'cache_menu'); drupal_set_message(t('The settings page for the notify.module is now to be found in Administer > Site configuration > Notification settings.')); + return $ret; }