diff options
Diffstat (limited to 'modules/system')
-rw-r--r-- | modules/system/system.updater.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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 |