From f5e15dcbc65709706e3570a7eb8900eecfb5fa64 Mon Sep 17 00:00:00 2001 From: Gerhard Killesreiter Date: Thu, 6 Apr 2006 18:07:22 +0000 Subject: #56713, theme settings is not not called, patch by oscnet --- modules/system.module | 1 + modules/system/system.module | 1 + 2 files changed, 2 insertions(+) (limited to 'modules') diff --git a/modules/system.module b/modules/system.module index 54182afaa..acbc581a1 100644 --- a/modules/system.module +++ b/modules/system.module @@ -1028,6 +1028,7 @@ function system_site_settings($module = NULL) { * Menu callback; display theme configuration for entire site and individual themes. */ function system_theme_settings($key = '') { + init_theme(); $directory_path = file_directory_path(); file_check_directory($directory_path, FILE_CREATE_DIRECTORY, 'file_directory_path'); diff --git a/modules/system/system.module b/modules/system/system.module index 54182afaa..acbc581a1 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -1028,6 +1028,7 @@ function system_site_settings($module = NULL) { * Menu callback; display theme configuration for entire site and individual themes. */ function system_theme_settings($key = '') { + init_theme(); $directory_path = file_directory_path(); file_check_directory($directory_path, FILE_CREATE_DIRECTORY, 'file_directory_path'); -- cgit v1.2.3