Index: trunk/extensions/LocalisationUpdate/LocalisationUpdate.class.php |
— | — | @@ -553,6 +553,9 @@ |
554 | 554 | continue; |
555 | 555 | } |
556 | 556 | |
| 557 | + if ( !isset( $compare_messages[$language] ) ) { |
| 558 | + $compare_messages[$language] = array(); |
| 559 | + } |
557 | 560 | // Add the already known messages to the array so we will only find new changes. |
558 | 561 | $compare_messages[$language] = array_merge( |
559 | 562 | $compare_messages[$language], |