Physikerwelt has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/178492

Change subject: Correct wrong variable name
......................................................................

Correct wrong variable name

Change-Id: Iecfa0bfa5861e077d98f7bf06af0e98cda56220b
---
M MathInputCheckTexvc.php
1 file changed, 1 insertion(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Math 
refs/changes/92/178492/1

diff --git a/MathInputCheckTexvc.php b/MathInputCheckTexvc.php
index 804e52b..9023fc7 100644
--- a/MathInputCheckTexvc.php
+++ b/MathInputCheckTexvc.php
@@ -55,7 +55,6 @@
        }
 
        /**
-        * @global type $wgTexvc
         * @return boolean
         */
        public function doValidCheck() {
@@ -94,7 +93,7 @@
                        return false;
                } else {
                        $this->validTeX = substr( $contents, 1 );
-                       $this->isSecure = true;
+                       $this->isValid = true;
                        wfDebugLog( 'Math', 'checkTex successful tex is now: ' 
. $this->validTeX );
 
                        return true;

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iecfa0bfa5861e077d98f7bf06af0e98cda56220b
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Math
Gerrit-Branch: master
Gerrit-Owner: Physikerwelt <w...@physikerwelt.de>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to