Readd case statement for {{STYLEPATH}} that was accidentally removed in r57283
authorRoan Kattouw <catrope@users.mediawiki.org>
Wed, 16 Dec 2009 12:02:41 +0000 (12:02 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Wed, 16 Dec 2009 12:02:41 +0000 (12:02 +0000)
includes/parser/Parser.php

index c6cd361..8837783 100644 (file)
@@ -2577,6 +2577,8 @@ class Parser
                                return $wgServerName;
                        case 'scriptpath':
                                return $wgScriptPath;
+                       case 'stylepath':
+                               return $wgStylePath;
                        case 'directionmark':
                                return $wgContLang->getDirMark();
                        case 'contentlanguage':