From ca7b56e7351a7fe57d2c1d4c6feef44e2879caf0 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Tue, 27 Oct 2009 04:08:42 +0000 Subject: #561452 follow-up by David_Rothstein: Use helper functions rather than file scans to retrieve module data on permissions page. --- modules/system/system.updater.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/system') diff --git a/modules/system/system.updater.inc b/modules/system/system.updater.inc index 2d373d1e5..8c23d915d 100644 --- a/modules/system/system.updater.inc +++ b/modules/system/system.updater.inc @@ -117,7 +117,7 @@ class ThemeUpdater extends Updater implements DrupalUpdaterInterface { public function postInstall() { // Update the system table. clearstatcache(); - drupal_static_reset('_system_get_theme_data'); + drupal_static_reset('_system_rebuild_theme_data'); _system_rebuild_theme_data(); // Active the theme -- cgit v1.2.3