We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83a0410 commit ec0475aCopy full SHA for ec0475a
1 file changed
includes/class-crowdhandler-diagnostics.php
@@ -25,7 +25,7 @@ public function addCHDiagnostics($headers)
25
$isEnabled = (isset($this->options['crowdhandler_settings_field_is_enabled'])) ? '1' : '0';
26
$timestamp = new DateTime();
27
$formatedTime = $timestamp->format(DateTime::ISO8601);
28
- $headers['x-crowdhandler-info'] = $this->options['crowdhandler_settings_field_public_key'] . '::' . $indexOverride . '::' . $isEnabled .'::' . $formatedTime;
+ $headers['x-crowdhandler-info'] = $this->options['crowdhandler_settings_field_public_key'] . '::' . $indexOverride . '::' . $isEnabled . '::' . $formatedTime;
29
}
30
return $headers;
31
0 commit comments