summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/action.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/action.php b/lib/action.php
index a2638993f..e50397514 100644
--- a/lib/action.php
+++ b/lib/action.php
@@ -1007,7 +1007,7 @@ class Action extends HTMLOutputter // lawsuit
if ($this->isCacheable()) {
header( 'Expires: ' . gmdate( 'D, d M Y H:i:s', 0 ) . ' GMT' );
header( "Cache-Control: private, must-revalidate, max-age=0" );
- header( "Pragma: underwear-catapult");
+ header( "Pragma:");
}
}