Index: trunk/phpwiki/fpw/special_recentchanges.php |
— | — | @@ -149,7 +149,7 @@ |
150 | 150 | $row1->changes = 1; |
151 | 151 | $index = array_push ( $arr, $row1 ); |
152 | 152 | } |
153 | | - if ( array_key_exists( $row2->cur_title, $titleIndex ) ) { |
| 153 | + if ( isset ( $row2->cur_title[$titleIndex] ) ) { |
154 | 154 | $arr[ $titleIndex[ $row2->cur_title ] ]->changes += $row2->changes; |
155 | 155 | } else { |
156 | 156 | $titleIndex[$row2->cur_title] = $index; |