$icon_theme_def is not parsed correctly when reading the config file. Correcting...
[squirrelmail.git] / 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];