summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorGerhard Killesreiter <killes_www_drop_org@227.no-reply.drupal.org>2006-04-06 18:07:22 +0000
committerGerhard Killesreiter <killes_www_drop_org@227.no-reply.drupal.org>2006-04-06 18:07:22 +0000
commitf5e15dcbc65709706e3570a7eb8900eecfb5fa64 (patch)
tree5cb239a67a16745d33014f83eae756e34bb98600 /modules
parentc3cb1ea435b34ab1ef6b074774528a5226b5e884 (diff)
downloadbrdo-f5e15dcbc65709706e3570a7eb8900eecfb5fa64.tar.gz
brdo-f5e15dcbc65709706e3570a7eb8900eecfb5fa64.tar.bz2
#56713, theme settings is not not called, patch by oscnet
Diffstat (limited to 'modules')
-rw-r--r--modules/system.module1
-rw-r--r--modules/system/system.module1
2 files changed, 2 insertions, 0 deletions
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');