Skip to content
Snippets Groups Projects
Commit 62078b12 authored by Stef De Waele's avatar Stef De Waele Committed by josh waihi
Browse files

Issue #3335775: Take alters from other modules into account when re-using...

Issue #3335775: Take alters from other modules into account when re-using page_cache_maximum_age options
parent f813b807
No related branches found
No related tags found
2 merge requests!10Fix config schema,!6Issue #3335775: Take alters from other modules into account when re-using page_cache_maximum_age options
<?php
/**
* Increase module weight.
*/
function http_cache_control_install() {
module_set_weight('http_cache_control', 1);
}
/**
* Increase module weight.
*/
function http_cache_control_update_8101() {
module_set_weight('http_cache_control', 1);
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment