Index: trunk/extensions/MeanEditor/MeanEditorEditPage.body.php |
— | — | @@ -232,7 +232,7 @@ |
233 | 233 | } |
234 | 234 | |
235 | 235 | # MeanEditor: also set the value of our checkbox |
236 | | - $checkboxes = $this->getCheckboxes( $tabindex, $wgUser->getSkin(), |
| 236 | + $checkboxes = $this->getCheckboxes( $tabindex, //$wgUser->getSkin(), |
237 | 237 | array( 'minor' => $this->minoredit, 'watch' => $this->watchthis, |
238 | 238 | 'want_traditional_editor' => $this->userWantsTraditionalEditor) ); |
239 | 239 | |