summaryrefslogtreecommitdiff
path: root/update.php
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2008-10-10 07:35:51 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2008-10-10 07:35:51 +0000
commit8375d77ae25dd19c5b0c3623ce97d4c541c8c518 (patch)
treef0617f979c4949dbe7e20de77ed4643e95678e23 /update.php
parentd7e2e2b06bddcf2f5e1201bf57698741ef06d5b9 (diff)
downloadbrdo-8375d77ae25dd19c5b0c3623ce97d4c541c8c518.tar.gz
brdo-8375d77ae25dd19c5b0c3623ce97d4c541c8c518.tar.bz2
#305653 by Dave Reid, cdale, and snowball43: Fix bug where enabled themes get unmarked during update.php.
Diffstat (limited to 'update.php')
-rw-r--r--update.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/update.php b/update.php
index 09cd8f2bd..6400aaae9 100644
--- a/update.php
+++ b/update.php
@@ -498,7 +498,7 @@ function update_check_incompatibility($name, $type = 'module') {
// Store values of expensive functions for future use.
if (empty($themes) || empty($modules)) {
- $themes = system_theme_data();
+ $themes = _system_theme_data();
$modules = module_rebuild_cache();
}