Index: trunk/phase3/includes/parser/ParserOptions.php |
— | — | @@ -274,7 +274,7 @@ |
275 | 275 | // since it disables the parser cache, its value will always |
276 | 276 | // be 0 when this function is called by parsercache. |
277 | 277 | // The conditional is here to avoid a confusing 0 |
278 | | - if ( in_array( 'stubthreshold', $forOptions ) ) |
| 278 | + if ( true || in_array( 'stubthreshold', $forOptions ) ) |
279 | 279 | $confstr .= '!0' ; |
280 | 280 | else |
281 | 281 | $confstr .= '!*' ; |