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 fcab4e7 commit dd2311cCopy full SHA for dd2311c
main/Monitoring/PinbaClient.class.php
@@ -77,7 +77,7 @@ public function timerStart($name, array $tags, array $data = array())
77
78
public function timerStop($name)
79
{
80
- if ($this->isTreeLogEnabeled())
+ if ($this->isTreeLogEnabled())
81
array_pop($this->queue);
82
83
if (!array_key_exists($name, $this->timers))
0 commit comments