Index: trunk/phase3/includes/SiteConfiguration.php |
— | — | @@ -48,7 +48,7 @@ |
49 | 49 | return str_replace( $from, $to, $in ); |
50 | 50 | } elseif( is_array( $in ) ) { |
51 | 51 | foreach( $in as $key => $val ) { |
52 | | - $in[$key] = $this->doReplace( $from, $to, $in ); |
| 52 | + $in[$key] = $this->doReplace( $from, $to, $val ); |
53 | 53 | } |
54 | 54 | return $in; |
55 | 55 | } else { |