From c65344a7143a1275d3dc18d5c4151f7d9aeacf29 Mon Sep 17 00:00:00 2001 From: stevetruckstuff Date: Fri, 25 Aug 2006 18:44:09 +0000 Subject: [PATCH] $icon_theme_def is not parsed correctly when reading the config file. Correcting this problem. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11641 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- config/conf.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/conf.pl b/config/conf.pl index 70db4ca3..7c5d4d31 100755 --- a/config/conf.pl +++ b/config/conf.pl @@ -318,7 +318,7 @@ while ( $line = ) { $ldap_writeable[$sub] = $writeable; $ldap_search_tree[$sub] = $search_tree; $ldap_starttls[$sub] = $starttls; - } elsif ( $options[0] =~ /^(data_dir|attachment_dir|theme_css|org_logo|signout_page)$/ ) { + } elsif ( $options[0] =~ /^(data_dir|attachment_dir|theme_css|org_logo|signout_page|icon_theme_def)$/ ) { ${ $options[0] } = &change_to_rel_path($options[1]); } else { ${ $options[0] } = $options[1]; -- 2.25.1