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;