fix math names
[lhc/web/wiklou.git] / languages / LanguageEs.php
index a599207..5b25a7d 100644 (file)
@@ -1057,8 +1057,8 @@ class LanguageEs extends Language {
        }
 
        function getMathNames() {
-               global $wgMathNamesEn;
-               return $wgMathNamesEn;
+               global $wgMathNamesEs;
+               return $wgMathNamesEs;
        }