Index: trunk/phase3/includes/api/ApiQueryAllUsers.php |
— | — | @@ -228,7 +228,7 @@ |
229 | 229 | } |
230 | 230 | |
231 | 231 | public function getCacheMode( $params ) { |
232 | | - return 'public'; |
| 232 | + return 'anon-public-user-private'; |
233 | 233 | } |
234 | 234 | |
235 | 235 | public function getAllowedParams() { |
Index: trunk/phase3/includes/api/ApiQueryUsers.php |
— | — | @@ -251,7 +251,7 @@ |
252 | 252 | if ( isset( $params['token'] ) ) { |
253 | 253 | return 'private'; |
254 | 254 | } else { |
255 | | - return 'public'; |
| 255 | + return 'anon-public-user-private'; |
256 | 256 | } |
257 | 257 | } |
258 | 258 | |