Last modified: 2010-05-15 15:41:14 UTC
Humble patch for you. *** /usr/share/mediawiki1.7/includes/DefaultSettings.php 2006-07-28 23:07:06.000000000 +0800 --- ./DefaultSettings.php 2007-01-10 13:57:40.921719250 +0800 *************** *** 397,402 **** --- 397,403 ---- * Set to true to enable the e-mail basic features: * Password reminders, etc. If sending e-mail on your * server doesn't work, you might want to disable this. + * Had better be true if $wgEmailConfirmToEdit=true !! * @global bool $wgEnableEmail */ $wgEnableEmail = true; *************** *** 844,849 **** --- 845,851 ---- /** * Should editors be required to have a validated e-mail * address before being allowed to edit? + * $wgEnableEmail had better be true if setting this to true!! */ $wgEmailConfirmToEdit=false; If my warnings aren't heeded, the user upon wanting to edit a page, is sent through many hoops until at the last one he can't find the needed button. P.S., $ grep -c \ $ DefaultSettings.php 15 #lines with trailing blanks
What on earth does this mean?