summaryrefslogtreecommitdiff
path: root/includes/theme.inc
diff options
context:
space:
mode:
Diffstat (limited to 'includes/theme.inc')
-rw-r--r--includes/theme.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/includes/theme.inc b/includes/theme.inc
index f5731693f..adbffbe92 100644
--- a/includes/theme.inc
+++ b/includes/theme.inc
@@ -583,7 +583,6 @@ function list_themes($refresh = FALSE) {
try {
foreach (system_list('theme') as $theme) {
if (file_exists($theme->filename)) {
- $theme->info = unserialize($theme->info);
$themes[] = $theme;
}
}