r60120 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r60119‎ | r60120 | r60121 >
Date:12:02, 16 December 2009
Author:catrope
Status:ok
Tags:
Comment:
Readd case statement for {{STYLEPATH}} that was accidentally removed in r57283
Modified paths:
  • /trunk/phase3/includes/parser/Parser.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/parser/Parser.php
@@ -2577,6 +2577,8 @@
25782578 return $wgServerName;
25792579 case 'scriptpath':
25802580 return $wgScriptPath;
 2581+ case 'stylepath':
 2582+ return $wgStylePath;
25812583 case 'directionmark':
25822584 return $wgContLang->getDirMark();
25832585 case 'contentlanguage':

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r57283follow-up to r57278: cache all variables untill the next clearState()daniel09:46, 2 October 2009

Status & tagging log