Add "check" parameter to action=email
[lhc/web/wiklou.git] / includes / Math.php
index 0bc24bc..2ed1603 100644 (file)
@@ -300,7 +300,7 @@ class MathRenderer {
        function _mathImageUrl() {
                global $wgMathPath;
                $dir = $this->_getHashSubPath();
-               return "$wgMathPath/$dir/$this->hash";
+               return "$wgMathPath/$dir/{$this->hash}.png";
        }
        
        function _getHashPath() {