Remove cols and rows preferences
[lhc/web/wiklou.git] / includes / specials / SpecialUpload.php
index aabd450..8b8e514 100644 (file)
@@ -1118,7 +1118,7 @@ class UploadForm extends HTMLForm {
                                        ? 'filereuploadsummary'
                                        : 'fileuploadsummary',
                                'default' => $this->mComment,
-                               'cols' => $this->getUser()->getIntOption( 'cols' ),
+                               'cols' => 80,
                                'rows' => 8,
                        ]
                ];