From 134891b4cf0a4ce69a67228c4e0b680a0c139a60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Hojtsy?= Date: Wed, 14 Nov 2007 14:02:01 +0000 Subject: #191767 by k4ml: system_modules() is undefined in the update function, as it was moved out to system.admin.inc, so we need to include that --- modules/system/system.install | 3 +++ 1 file changed, 3 insertions(+) (limited to 'modules/system/system.install') diff --git a/modules/system/system.install b/modules/system/system.install index ba3438b08..993e4bd1f 100644 --- a/modules/system/system.install +++ b/modules/system/system.install @@ -3153,7 +3153,10 @@ function system_update_1005() { } cache_clear_all(); + + include_once './'. drupal_get_path('module', 'system') .'/system.admin.inc'; system_modules(); + menu_rebuild(); node_types_rebuild(); -- cgit v1.2.3