From: Roan Kattouw Date: Thu, 15 Jul 2010 09:25:58 +0000 (+0000) Subject: Apply r69357 to trunk; was a fix for trunk but got committed to REL1_16 X-Git-Tag: 1.31.0-rc.0~36137 X-Git-Url: http://git.cyclocoop.org/ecrire?a=commitdiff_plain;h=5de50863515b777a7d819a0298a12a681b43230e;p=lhc%2Fweb%2Fwiklou.git Apply r69357 to trunk; was a fix for trunk but got committed to REL1_16 --- diff --git a/includes/api/ApiFeedWatchlist.php b/includes/api/ApiFeedWatchlist.php index 150294be90..34c6650bdd 100644 --- a/includes/api/ApiFeedWatchlist.php +++ b/includes/api/ApiFeedWatchlist.php @@ -78,9 +78,6 @@ class ApiFeedWatchlist extends ApiBase { $fauxReqArr['wlowner'] = $params['wlowner']; } if ( !is_null( $params['wltoken'] ) ) { - // Don't cache tokens - $this->getMain()->setCachePrivate(); - $fauxReqArr['wltoken'] = $params['wltoken']; }