Index: trunk/phase3/includes/AjaxResponse.php |
— | — | @@ -125,7 +125,7 @@ |
126 | 126 | |
127 | 127 | # Let the client do the caching. Cache is not purged. |
128 | 128 | header ( "Expires: " . gmdate( "D, d M Y H:i:s", time() + $this->mCacheDuration ) . " GMT" ); |
129 | | - header ( "Cache-Control: s-max-age={$this->mCacheDuration},public,max-age={$this->mCacheDuration}" ); |
| 129 | + header ( "Cache-Control: s-maxage={$this->mCacheDuration},public,max-age={$this->mCacheDuration}" ); |
130 | 130 | } |
131 | 131 | |
132 | 132 | } else { |