Index: trunk/phase3/includes/specials/SpecialPreferences.php |
— | — | @@ -45,7 +45,7 @@ |
46 | 46 | |
47 | 47 | $wgOut->addScriptFile( 'prefs.js' ); |
48 | 48 | |
49 | | - if ( $wgRequest->getCheck( 'success' ) && $wgRequest->wasPosted()) { |
| 49 | + if ( $wgRequest->getCheck( 'success' ) ) { |
50 | 50 | $wgOut->wrapWikiMsg( |
51 | 51 | "<div class=\"successbox\"><strong>\n$1\n</strong></div><div id=\"mw-pref-clear\"></div>", |
52 | 52 | 'savedprefs' |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -282,8 +282,6 @@ |
283 | 283 | instead of showing an error page |
284 | 284 | * (bug 24425) Use Database::replace instead of delete/insert in SqlBagOStuff::set |
285 | 285 | to avoid query errors about duplicate keynames. |
286 | | -* (bug 24700) Update dialog shown when clicking on the special page tab after |
287 | | - saving preferences |
288 | 286 | * (bug 15470) First letters of filenames are always capitalized by upload JS. |
289 | 287 | * (bug 21215) NoLocalSettings.php doesn't tolerate rewrite rules |
290 | 288 | |