Index: branches/wmf/1.17wmf1/includes/DefaultSettings.php |
— | — | @@ -172,7 +172,8 @@ |
173 | 173 | * The URL path of the skins directory. Defaults to "{$wgScriptPath}/skins" |
174 | 174 | */ |
175 | 175 | $wgStylePath = false; |
176 | | -$wgStyleSheetPath = &$wgStylePath; |
| 176 | +# Broken PHP, canary mismatch -- TS |
| 177 | +#$wgStyleSheetPath = &$wgStylePath; |
177 | 178 | |
178 | 179 | /** |
179 | 180 | * The URL path of the skins directory. Should not point to an external domain. |
— | — | @@ -3458,10 +3459,11 @@ |
3459 | 3460 | * user who has provided an e-mail address. |
3460 | 3461 | */ |
3461 | 3462 | $wgAutopromote = array( |
| 3463 | + /* test patch -- TS |
3462 | 3464 | 'autoconfirmed' => array( '&', |
3463 | 3465 | array( APCOND_EDITCOUNT, &$wgAutoConfirmCount ), |
3464 | 3466 | array( APCOND_AGE, &$wgAutoConfirmAge ), |
3465 | | - ), |
| 3467 | + ),*/ |
3466 | 3468 | ); |
3467 | 3469 | |
3468 | 3470 | /** |