From: cash Date: Wed, 3 Feb 2010 12:23:27 +0000 (+0000) Subject: fixed a comment in rss pageshell X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=0161af3ec3653bb006c81f2467674a32d10786a2;p=lorea%2Felgg.git fixed a comment in rss pageshell git-svn-id: http://code.elgg.org/elgg/trunk@3899 36083f99-b078-4883-b0ff-0f9b5a30f544 --- 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";