Wikia code/includes/HTMLForm.php
Appearance
< Wikia code | includes
This page is obsolete. It is being retained for archival purposes. It may document extensions or features that are obsolete and/or no longer supported. Do not rely on the information here being up-to-date. The information shown below refers to the now unmaintained 1.16 MediaWiki release. The current stable release number is 1.42.3. |
There isn't really any info on WHY we did this: http://trac.wikia-code.com/changeset/31854
I don't see any harm in doing it by default... I'm assuming that there was some bug if we didn't?
--- D:\Programming\SVN\mediawiki\branches\REL1_16\phase3\includes\HTMLForm.php 2011-07-18 22:31:28.124023500 +0100
+++ D:\Programming\SVN\wikia\trunk\includes\HTMLForm.php 2011-08-17 15:28:46.487304700 +0100
@@ -92,7 +92,7 @@
protected $mSubmitTooltip;
protected $mTitle;
- protected $mUseMultipart = false;
+ protected $mUseMultipart = true;
protected $mHiddenFields = array();
protected $mButtons = array();