Thomas B.
2014-12-21 8e7ed506c41ea8b8f725f7e122ca6f0b091de5e4
program/include/rcmail_install.php
@@ -298,7 +298,7 @@
    $out = $seen = array();
    // iterate over the current configuration
    foreach ($this->config as $prop => $value) {
    foreach (array_keys($this->config) as $prop) {
      if ($replacement = $this->replaced_config[$prop]) {
        $out['replaced'][] = array('prop' => $prop, 'replacement' => $replacement);
        $seen[$replacement] = true;