Index: branches/wmf/1.18wmf1/extensions/GlobalUsage/GlobalUsage_body.php |
— | — | @@ -112,7 +112,7 @@ |
113 | 113 | 'gil_to' => $row->il_to, |
114 | 114 | ); |
115 | 115 | } |
116 | | - $this->db->insert( 'globalimagelinks', $insert, __METHOD__ ); |
| 116 | + $this->db->insert( 'globalimagelinks', $insert, __METHOD__, array( 'IGNORE' ) ); |
117 | 117 | } |
118 | 118 | |
119 | 119 | /** |