r62601 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r62600‎ | r62601 | r62602 >
Date:22:04, 16 February 2010
Author:reedy
Status:ok
Tags:
Comment:
Fixup getTokenSalt in applicable Extensions as per r62599
Modified paths:
  • /trunk/extensions/FlaggedRevs/api/ApiReview.php (modified) (history)
  • /trunk/extensions/LiquidThreads/api/ApiThreadAction.php (modified) (history)
  • /trunk/extensions/WikiAtHome/ApiWikiAtHome.php (modified) (history)

Diff [purge]

Index: trunk/extensions/WikiAtHome/ApiWikiAtHome.php
@@ -303,7 +303,7 @@
304304 }
305305
306306 public function getTokenSalt() {
307 - return null;
 307+ return '';
308308 }
309309
310310 protected function getExamples() {
Index: trunk/extensions/LiquidThreads/api/ApiThreadAction.php
@@ -77,7 +77,7 @@
7878 }
7979
8080 public function getTokenSalt() {
81 - return null;
 81+ return '';
8282 }
8383
8484 public function getAllowedParams() {
Index: trunk/extensions/FlaggedRevs/api/ApiReview.php
@@ -162,7 +162,7 @@
163163 }
164164
165165 public function getTokenSalt() {
166 - return null;
 166+ return '';
167167 }
168168
169169 protected function getExamples() {

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r62599Followup to r62557 as per Roans commentreedy21:59, 16 February 2010

Status & tagging log