X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fapi%2FApiQuery.php;h=ae6b1a1dbca00b007d06ed60fa8a02514a4bc152;hb=37b3383e8b5260a9674cef834d272874c0ea2589;hp=c68ec2b9491ba2d5b221d2f245e22e0e9b3c41aa;hpb=55aab97bb4b507911e24995ae870b78f86c17557;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/api/ApiQuery.php b/includes/api/ApiQuery.php index c68ec2b949..ae6b1a1dbc 100644 --- a/includes/api/ApiQuery.php +++ b/includes/api/ApiQuery.php @@ -287,7 +287,7 @@ class ApiQuery extends ApiBase { } } elseif ( $modCacheMode === 'public' ) { // do nothing, if it's public already it will stay public - } else { // private + } else { $cacheMode = 'private'; }