Index: trunk/phase3/includes/specials/SpecialEditWatchlist.php |
— | — | @@ -150,7 +150,7 @@ |
151 | 151 | } |
152 | 152 | } else { |
153 | 153 | $this->clearWatchlist(); |
154 | | - $this->getLang()->invalidateCache(); |
| 154 | + $this->getUser()->invalidateCache(); |
155 | 155 | $this->successMessage .= wfMessage( |
156 | 156 | 'watchlistedit-raw-removed', |
157 | 157 | $this->getLang()->formatNum( count( $current ) ) |