Index: trunk/phase3/includes/Skin.php |
— | — | @@ -355,7 +355,7 @@ |
356 | 356 | # Weird back-compat stuff. |
357 | 357 | $skinName = $skinName['skinname']; |
358 | 358 | } |
359 | | - global $wgScript, $wgTitle, $wgStylePath, $wgUser; |
| 359 | + global $wgScript, $wgTitle, $wgStylePath, $wgUser, $wgScriptExtension; |
360 | 360 | global $wgArticlePath, $wgScriptPath, $wgServer, $wgContLang, $wgLang; |
361 | 361 | global $wgCanonicalNamespaceNames, $wgOut, $wgArticle; |
362 | 362 | global $wgBreakFrames, $wgRequest, $wgVariantArticlePath, $wgActionPaths; |
— | — | @@ -385,6 +385,7 @@ |
386 | 386 | 'stylepath' => $wgStylePath, |
387 | 387 | 'wgArticlePath' => $wgArticlePath, |
388 | 388 | 'wgScriptPath' => $wgScriptPath, |
| 389 | + 'wgScriptExtension' => $wgScriptExtension, |
389 | 390 | 'wgScript' => $wgScript, |
390 | 391 | 'wgVariantArticlePath' => $wgVariantArticlePath, |
391 | 392 | 'wgActionPaths' => (object)$wgActionPaths, |