Merge "PhpHttpRequest: Drop back-compat code for PHP 5.5 and before"
[lhc/web/wiklou.git] / includes / api / ApiResult.php
index 468d878..1afacaf 100644 (file)
@@ -61,7 +61,7 @@ class ApiResult implements ApiSerializable {
         * probably wrong.
         * @since 1.25
         */
-       const NO_VALIDATE = 12;
+       const NO_VALIDATE = self::NO_SIZE_CHECK | 8;
 
        /**
         * Key for the 'indexed tag name' metadata item. Value is string.