diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-10-27 04:08:42 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-10-27 04:08:42 +0000 |
commit | ca7b56e7351a7fe57d2c1d4c6feef44e2879caf0 (patch) | |
tree | 1703c2f3da12db655c9f10d445a9f6aa423ccff5 /modules/system | |
parent | 9ad53c524ae288d90f6e6c71dbbd71d9e1470ff1 (diff) | |
download | brdo-ca7b56e7351a7fe57d2c1d4c6feef44e2879caf0.tar.gz brdo-ca7b56e7351a7fe57d2c1d4c6feef44e2879caf0.tar.bz2 |
#561452 follow-up by David_Rothstein: Use helper functions rather than file scans to retrieve module data on permissions page.
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 |