Merge "objectcache: add object segmentation support to BagOStuff"
[lhc/web/wiklou.git] / includes / objectcache / SqlBagOStuff.php
index 14f596a..8a5f591 100644 (file)
@@ -526,7 +526,7 @@ class SqlBagOStuff extends BagOStuff {
                                        'exptime' => $row->exptime
                                ],
                                __METHOD__,
-                               'IGNORE'
+                               [ 'IGNORE' ]
                        );
 
                        if ( $db->affectedRows() == 0 ) {