Index: trunk/extensions/GlobalUsage/GlobalUsage_body.php |
— | — | @@ -33,7 +33,7 @@ |
34 | 34 | 'gil_to' => $name |
35 | 35 | ); |
36 | 36 | } |
37 | | - $this->db->insert( 'globalimagelinks', $insert, __METHOD__ ); |
| 37 | + $this->db->insert( 'globalimagelinks', $insert, __METHOD__, array( 'IGNORE' ) ); |
38 | 38 | } |
39 | 39 | /** |
40 | 40 | * Get all global images from a certain page |