From 8375d77ae25dd19c5b0c3623ce97d4c541c8c518 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Fri, 10 Oct 2008 07:35:51 +0000 Subject: #305653 by Dave Reid, cdale, and snowball43: Fix bug where enabled themes get unmarked during update.php. --- update.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'update.php') 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(); } -- cgit v1.2.3