Index: trunk/phase3/includes/api/ApiFeedWatchlist.php |
— | — | @@ -78,9 +78,6 @@ |
79 | 79 | $fauxReqArr['wlowner'] = $params['wlowner']; |
80 | 80 | } |
81 | 81 | if ( !is_null( $params['wltoken'] ) ) { |
82 | | - // Don't cache tokens |
83 | | - $this->getMain()->setCachePrivate(); |
84 | | - |
85 | 82 | $fauxReqArr['wltoken'] = $params['wltoken']; |
86 | 83 | } |
87 | 84 | |
Property changes on: trunk/phase3/includes/api |
___________________________________________________________________ |
Modified: svn:mergeinfo |
88 | 85 | Merged /branches/REL1_16/phase3/includes/api:r69357 |