summaryrefslogtreecommitdiff
path: root/modules/system/system.updater.inc
diff options
context:
space:
mode:
Diffstat (limited to 'modules/system/system.updater.inc')
-rw-r--r--modules/system/system.updater.inc3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/system/system.updater.inc b/modules/system/system.updater.inc
index 4e8d4b27c..fa265d551 100644
--- a/modules/system/system.updater.inc
+++ b/modules/system/system.updater.inc
@@ -135,8 +135,7 @@ class ThemeUpdater extends Updater implements DrupalUpdaterInterface {
public function postInstall() {
// Update the system table.
clearstatcache();
- drupal_static_reset('_system_rebuild_theme_data');
- _system_rebuild_theme_data();
+ system_rebuild_theme_data();
// Active the theme
db_update('system')