Skip to content
Snippets Groups Projects
Commit eadf1b6d authored by Kevin Paxman's avatar Kevin Paxman
Browse files

Code standards fix

parent 0262444c
No related branches found
No related tags found
1 merge request!127Feature/exphr kpaxman global message timeout
...@@ -213,7 +213,7 @@ function uw_fdsu_theme_resp_preprocess_region(&$variables) { ...@@ -213,7 +213,7 @@ function uw_fdsu_theme_resp_preprocess_region(&$variables) {
$context = stream_context_create([ $context = stream_context_create([
'http' => [ 'http' => [
'timeout' => 3, 'timeout' => 3,
] ],
]); ]);
// Global message content. // Global message content.
......
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