Correct wrong variable name

Change-Id: Iecfa0bfa5861e077d98f7bf06af0e98cda56220b
This commit is contained in:
physikerwelt (Moritz Schubotz) 2014-12-09 22:25:23 +09:00 committed by Jforrester
parent fd8eb448a3
commit afc2353a56

View File

@ -55,7 +55,6 @@ class MathInputCheckTexvc extends MathInputCheck {
}
/**
* @global type $wgTexvc
* @return boolean
*/
public function doValidCheck() {
@ -94,7 +93,7 @@ class MathInputCheckTexvc extends MathInputCheck {
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;