$icon_theme_def is not parsed correctly when reading the config file. Correcting...
authorstevetruckstuff <stevetruckstuff@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Fri, 25 Aug 2006 18:44:09 +0000 (18:44 +0000)
committerstevetruckstuff <stevetruckstuff@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Fri, 25 Aug 2006 18:44:09 +0000 (18:44 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11641 7612ce4b-ef26-0410-bec9-ea0150e637f0

config/conf.pl

index 70db4ca37a44da9ab0d219e80f88561f87a9127a..7c5d4d31b1240bad721d9544c88d4a7b381b5a10 100755 (executable)
@@ -318,7 +318,7 @@ while ( $line = <FILE> ) {
             $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];