Index: branches/REL1_16/phase3/includes/api/ApiRollback.php |
— | — | @@ -121,10 +121,6 @@ |
122 | 122 | array( 'invaliduser', 'user' ), |
123 | 123 | ) ); |
124 | 124 | } |
125 | | - |
126 | | - public function getTokenSalt() { |
127 | | - return ''; |
128 | | - } |
129 | 125 | |
130 | 126 | protected function getExamples() { |
131 | 127 | return array ( |
Index: branches/REL1_16/phase3/RELEASE-NOTES |
— | — | @@ -46,6 +46,7 @@ |
47 | 47 | invalid usernames. |
48 | 48 | * Fixed sorting in [[Special:Allmessages]] |
49 | 49 | * (bug 23113) Fixed title in the show/hide links on diff pages |
| 50 | +* (bug 23117) Fixed API rollback, was returning "badtoken" for valid requests |
50 | 51 | |
51 | 52 | === Changes since 1.16 beta 1 === |
52 | 53 | |