Index: trunk/extensions/LocalisationUpdate/LocalisationUpdate.class.php |
— | — | @@ -359,8 +359,8 @@ |
360 | 360 | 'lo_key' => $key |
361 | 361 | ); |
362 | 362 | $db->replace( self::table( 'localisation' ), |
363 | | - array( 'PRIMARY' ), $values, |
364 | | - __METHOD__ ); |
| 363 | + array( array( 'lo_language', 'lo_key' ) ), |
| 364 | + $values, __METHOD__ ); |
365 | 365 | |
366 | 366 | // Output extra logmessages when needed |
367 | 367 | if ( $verbose ) { |