Index: trunk/phase3/includes/Skin.php |
— | — | @@ -2036,7 +2036,7 @@ |
2037 | 2037 | } |
2038 | 2038 | } |
2039 | 2039 | |
2040 | | - function getCommonStylePath( $fame ) { |
| 2040 | + function getCommonStylePath( $name ) { |
2041 | 2041 | global $wgStylePath, $wgStyleVersion; |
2042 | 2042 | return "{$wgStylePath}/common/$name?$wgStyleVersion"; |
2043 | 2043 | } |