From b09fbd8e504a941aa27140ed8eaf467d3d88ad17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Hojtsy?= Date: Fri, 11 May 2007 07:33:46 +0000 Subject: #141637 by merlinofchaos and yched: follow up fixes to the installer patch, properly rebuilding the menu when done and returning update results --- modules/system/system.install | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'modules/system') diff --git a/modules/system/system.install b/modules/system/system.install index b1fda9b22..4a33350be 100644 --- a/modules/system/system.install +++ b/modules/system/system.install @@ -3871,6 +3871,8 @@ function system_update_6013() { // Rebuild system table contents. module_rebuild_cache(); system_theme_data(); + + return array(); } /** @@ -3879,6 +3881,8 @@ function system_update_6013() { */ function system_update_6014() { variable_set('install_task', 'done'); + + return array(); } -- cgit v1.2.3