Index: branches/REL1_3/phase3/RELEASE-NOTES |
— | — | @@ -11,6 +11,7 @@ |
12 | 12 | * Install should no longer die when PHP is pre-configured to compress output |
13 | 13 | * Fixed bug that caused long Japanese pages to time out with Tidy active |
14 | 14 | * When session.handler is set incorrectly, try automatic override to 'files' |
| 15 | +* Watch/Unwatch links back to the affected page instead of Main Page |
15 | 16 | |
16 | 17 | == Version 1.3.1, 2004-08-14 == |
17 | 18 | |
Index: branches/REL1_3/phase3/includes/Article.php |
— | — | @@ -1068,7 +1068,7 @@ |
1069 | 1069 | $up = new UserUpdate(); |
1070 | 1070 | array_push( $wgDeferredUpdateList, $up ); |
1071 | 1071 | |
1072 | | - $wgOut->returnToMain( false ); |
| 1072 | + $wgOut->returnToMain( true, $this->mTitle->getPrefixedText() ); |
1073 | 1073 | } |
1074 | 1074 | |
1075 | 1075 | function unwatch() |