diff options
author | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-02-03 12:23:27 +0000 |
---|---|---|
committer | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-02-03 12:23:27 +0000 |
commit | 0161af3ec3653bb006c81f2467674a32d10786a2 (patch) | |
tree | 6abebbb1e38203c6f7ddc89c07824ffd9b3bc9d4 /views | |
parent | 2e1525b0066efa50824f3ee23babd643219f0ec8 (diff) | |
download | elgg-0161af3ec3653bb006c81f2467674a32d10786a2.tar.gz elgg-0161af3ec3653bb006c81f2467674a32d10786a2.tar.bz2 |
fixed a comment in rss pageshell
git-svn-id: http://code.elgg.org/elgg/trunk@3899 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views')
-rw-r--r-- | views/rss/pageshells/pageshell.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 "<?xml version='1.0'?>\n"; |