We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1166307 commit 371c8b6Copy full SHA for 371c8b6
os2web_cp_service.module
@@ -327,13 +327,6 @@ function os2web_cp_service_create_case(array $data) {
327
node_submit($node);
328
node_save($node);
329
330
- // Trigger a cache reload by calling the URL for the node.
331
- $cache_trigger = curl_init(url('sag/' . $node->field_os2web_cp_service_case_id[LANGUAGE_NONE][0]['value'], array('absolute' => TRUE)));
332
- // Stop the call after 1 sec. Dont care about the response.
333
- curl_setopt($cache_trigger, CURLOPT_TIMEOUT, 1);
334
- curl_exec($cache_trigger);
335
- curl_close($cache_trigger);
336
-
337
return TRUE;
338
}
339
catch (Exception $e) {
0 commit comments