jenkins-bot has submitted this change and it was merged.

Change subject: Increase visibility of MathMathML::getFallbackImage()
......................................................................


Increase visibility of MathMathML::getFallbackImage()

* Required by Special:FormulaInfo (Extension:MathSearch)


Change-Id: I1c406b13bd249e12b458b5c7a6467ee918180565
---
M MathMathML.php
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Physikerwelt: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/MathMathML.php b/MathMathML.php
index 8afd32c..03bdd05 100644
--- a/MathMathML.php
+++ b/MathMathML.php
@@ -373,7 +373,7 @@
         * @param boolean|string $classOverride if classOverride is false the 
class name will be calculated by getClassName
         * @return string XML the image html tag
         */
-       private function getFallbackImage( $noRender = false, $classOverride = 
false ) {
+       public function getFallbackImage( $noRender = false, $classOverride = 
false ) {
                $url = $this->getFallbackImageUrl( $noRender );
 
                $attribs = array();

-- 
To view, visit https://gerrit.wikimedia.org/r/189353
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I1c406b13bd249e12b458b5c7a6467ee918180565
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/Math
Gerrit-Branch: debug
Gerrit-Owner: Physikerwelt <[email protected]>
Gerrit-Reviewer: Physikerwelt <[email protected]>
Gerrit-Reviewer: TheDJ <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to