r95511 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r95510‎ | r95511 | r95512 >
Date:20:25, 25 August 2011
Author:yaron
Status:deferred
Tags:
Comment:
Fix for recent-ish versions of MediaWiki
Modified paths:
  • /trunk/extensions/MeanEditor/MeanEditorEditPage.body.php (modified) (history)

Diff [purge]

Index: trunk/extensions/MeanEditor/MeanEditorEditPage.body.php
@@ -232,7 +232,7 @@
233233 }
234234
235235 # MeanEditor: also set the value of our checkbox
236 - $checkboxes = $this->getCheckboxes( $tabindex, $wgUser->getSkin(),
 236+ $checkboxes = $this->getCheckboxes( $tabindex, //$wgUser->getSkin(),
237237 array( 'minor' => $this->minoredit, 'watch' => $this->watchthis,
238238 'want_traditional_editor' => $this->userWantsTraditionalEditor) );
239239

Status & tagging log