From 5de50863515b777a7d819a0298a12a681b43230e Mon Sep 17 00:00:00 2001 From: Roan Kattouw Date: Thu, 15 Jul 2010 09:25:58 +0000 Subject: [PATCH] Apply r69357 to trunk; was a fix for trunk but got committed to REL1_16 --- includes/api/ApiFeedWatchlist.php | 3 --- 1 file changed, 3 deletions(-) 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']; } -- 2.20.1