tbrehm
2013-09-04 f2a9b2faec10094514c16ea2c3539f910dc2bc62
install/dist/lib/fedora.lib.php
@@ -845,6 +845,7 @@
      $content = str_replace('{language}', $conf['language'], $content);
      $content = str_replace('{timezone}', $conf['timezone'], $content);
      $content = str_replace('{theme}', $conf['theme'], $content);
      $content = str_replace('{language_file_import_enabled}', $conf['language_file_import_enabled'], $content);
      
      wf("$install_dir/interface/lib/$configfile", $content);
      
@@ -869,6 +870,7 @@
      $content = str_replace('{language}', $conf['language'], $content);
      $content = str_replace('{timezone}', $conf['timezone'], $content);
      $content = str_replace('{theme}', $conf['theme'], $content);
      $content = str_replace('{language_file_import_enabled}', $conf['language_file_import_enabled'], $content);
      wf("$install_dir/server/lib/$configfile", $content);