Index: branches/wmf-deployment/extensions/LiquidThreads/pages/SpecialNewMessages.php |
— | — | @@ -29,6 +29,9 @@ |
30 | 30 | |
31 | 31 | $article = new Article( $this->getTitle() ); |
32 | 32 | $title = $this->getTitle(); |
| 33 | + |
| 34 | + // Clear newtalk |
| 35 | + $this->user->setNewtalk( false ); |
33 | 36 | |
34 | 37 | $view = new NewUserMessagesView( $this->output, $article, |
35 | 38 | $title, $this->user, $this->request ); |