Merge "ApiPageSet::initFromPageIds: Default $filterIds to true"
[lhc/web/wiklou.git] / includes / api / ApiBase.php
index 9ea8c6d..d29131b 100644 (file)
@@ -1856,7 +1856,7 @@ abstract class ApiBase extends ContextSource {
                                                'min_id' => "MIN($field)",
                                                'max_id' => "MAX($field)",
                                        ],
-                                       null,
+                                       '',
                                        __METHOD__
                                );
                                self::$filterIDsCache[$table][$field] = $row;