Index: trunk/phase3/includes/Wiki.php |
— | — | @@ -450,7 +450,7 @@ |
451 | 451 | * @param $article Article |
452 | 452 | */ |
453 | 453 | private function performAction( Page $article ) { |
454 | | - global $wgSquidMaxage, $wgUseExternalEditor; |
| 454 | + global $wgSquidMaxage; |
455 | 455 | |
456 | 456 | wfProfileIn( __METHOD__ ); |
457 | 457 | |
Index: trunk/phase3/includes/diff/DifferenceEngine.php |
— | — | @@ -175,7 +175,7 @@ |
176 | 176 | } |
177 | 177 | |
178 | 178 | function showDiffPage( $diffOnly = false ) { |
179 | | - global $wgUser, $wgOut, $wgRequest, $wgUseExternalEditor; |
| 179 | + global $wgUser, $wgOut, $wgRequest; |
180 | 180 | wfProfileIn( __METHOD__ ); |
181 | 181 | |
182 | 182 | # Allow frames except in certain special cases |