Skip to content

Commit

Permalink
Remove extra customvar variable in sprintf. Fixes #194
Browse files Browse the repository at this point in the history
  • Loading branch information
ckoebke authored and ckoebke committed Dec 17, 2018
1 parent 57d9ca5 commit 5bb241d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion library/Grafana/ProvidedHook/Grapher.php
Expand Up @@ -581,7 +581,6 @@ public function getPreviewHtml(MonitoredObject $object, $report = false)
$this->object->check_command,
($this->dataSource == "graphite") ? rawurlencode(preg_replace('/[^a-zA-Z0-9\*\-:]/', '_',
$this->customVars)) : rawurlencode($this->customVars),
$this->customVars,
urlencode($this->timerange),
urlencode($this->timerangeto),
$this->orgId,
Expand Down

0 comments on commit 5bb241d

Please sign in to comment.