Index: trunk/extensions/ArticleFeedbackv5/api/ApiArticleFeedbackv5.php |
— | — | @@ -423,7 +423,7 @@ |
424 | 424 | ), __METHOD__ ); |
425 | 425 | |
426 | 426 | // Insert the new ones. |
427 | | - $dbw->insert( $table, $page_data, __METHOD__ ); |
| 427 | + $dbw->insert( $table, $page_data, __METHOD__, array( 'IGNORE' ) ); |
428 | 428 | $dbw->commit(); |
429 | 429 | |
430 | 430 | // One way to speed this up would be to purge old rows from |