From 7239a46224401531baf5e2a1c4f3fbb8ef762348 Mon Sep 17 00:00:00 2001 From: Domas Mituzas Date: Fri, 15 Oct 2004 09:57:23 +0000 Subject: [PATCH] disable client cache for 'you have new messages' --- includes/Skin.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/Skin.php b/includes/Skin.php index 528e5c3c19..8f1cbfd276 100644 --- a/includes/Skin.php +++ b/includes/Skin.php @@ -586,6 +586,7 @@ class Skin { $s.= ' | '. wfMsg( 'newmessages', $tl ) . ''; # disable caching $wgOut->setSquidMaxage(0); + $wgOut->enableClientCache(false); } } -- 2.20.1