summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorGábor Hojtsy <gabor@hojtsy.hu>2007-11-14 14:02:01 +0000
committerGábor Hojtsy <gabor@hojtsy.hu>2007-11-14 14:02:01 +0000
commit134891b4cf0a4ce69a67228c4e0b680a0c139a60 (patch)
treef830cc5450d75713a0570b9e322741269882ef7e /modules
parentc47dfc3f8c68af82f368949c9d5210f2a119e052 (diff)
downloadbrdo-134891b4cf0a4ce69a67228c4e0b680a0c139a60.tar.gz
brdo-134891b4cf0a4ce69a67228c4e0b680a0c139a60.tar.bz2
#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
Diffstat (limited to 'modules')
-rw-r--r--modules/system/system.install3
1 files changed, 3 insertions, 0 deletions
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();