r101538 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r101537‎ | r101538 | r101539 >
Date:21:53, 1 November 2011
Author:jeroendedauw
Status:ok (Comments)
Tags:
Comment:
fix fail
Modified paths:
  • /trunk/extensions/SemanticForms/includes/forminputs/SF_TextInput.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticForms/includes/forminputs/SF_TextInput.php
@@ -198,7 +198,7 @@
199199 $this->mInputName,
200200 $this->mIsMandatory,
201201 $this->mIsDisabled,
202 - $mOtherArgs
 202+ $this->mOtherArgs
203203 );
204204 }
205205 }

Follow-up revisions

RevisionCommit summaryAuthorDate
r101819Followup r101538, r93112: fix the fail everywherenikerabbit15:13, 3 November 2011

Comments

#Comment by Nikerabbit (talk | contribs)   08:36, 2 November 2011

This seems to be a followup to r93112.

#Comment by Nikerabbit (talk | contribs)   08:37, 2 November 2011

And from there we can see this same error was repeated on multiple files, probably worth checking other files too.

Status & tagging log