From 6696028a759b50e5551f471e4d71443744201da4 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 21 Aug 2004 06:34:59 +0000 Subject: - Patch by TDobes: bugfix: fixed a typo. --- modules/system/system.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/system/system.module') diff --git a/modules/system/system.module b/modules/system/system.module index 52b922e08..ee5015992 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -625,7 +625,7 @@ function system_theme_settings() { if ($key) { // Template-specific settings - $function = function_exists($themes[$key]->prefix .'_settings'); + $function = $themes[$key]->prefix .'_settings'; if (function_exists($function)) { $group = $function(); if (strpos($themes[$key]->description, '.theme')) { -- cgit v1.2.3