From 0161af3ec3653bb006c81f2467674a32d10786a2 Mon Sep 17 00:00:00 2001 From: cash Date: Wed, 3 Feb 2010 12:23:27 +0000 Subject: fixed a comment in rss pageshell git-svn-id: http://code.elgg.org/elgg/trunk@3899 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/rss/pageshells/pageshell.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/rss/pageshells/pageshell.php b/views/rss/pageshells/pageshell.php index 81d7de43a..5db5e437f 100644 --- a/views/rss/pageshells/pageshell.php +++ b/views/rss/pageshells/pageshell.php @@ -10,7 +10,7 @@ header("Content-Type: text/xml"); -// disable caching for stupid MS products. +// allow caching as required by stupid MS products for https feeds. header('Pragma: public', TRUE); echo "\n"; -- cgit v1.2.3