Skip to content
Snippets Groups Projects
Commit 7d2da906 authored by Angie Byron's avatar Angie Byron
Browse files

#303419 follow-up by drewish: Fix typo.

parent 542d69fb
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
...@@ -207,7 +207,7 @@ function image_file_download($filepath) { ...@@ -207,7 +207,7 @@ function image_file_download($filepath) {
'Content-Type' => $info['mime_type'], 'Content-Type' => $info['mime_type'],
'Content-Length' => $info['file_size'], 'Content-Length' => $info['file_size'],
// ...and allow the file to be cached for two weeks (matching the // ...and allow the file to be cached for two weeks (matching the
// value we use for the mod_expires settings in .htaccess) and // value we/ use for the mod_expires settings in .htaccess) and
// ensure that caching proxies do not share the image with other // ensure that caching proxies do not share the image with other
// users. // users.
'Expires' => gmdate(DATE_RFC1123, time() + 1209600), 'Expires' => gmdate(DATE_RFC1123, time() + 1209600),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment