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 9a499ae commit 0b3d6a1Copy full SHA for 0b3d6a1
src/libraries/Logger.php
@@ -21,7 +21,7 @@ public static function getTimingHeader($tags = true) {
21
$buffer = parent::getTimingHeader($tags);
22
if (self::$rollbar_available) {
23
ob_start();
24
- require('./templates/rollbar.inc.js.phtml');
+ require('../templates/rollbar.inc.js.phtml');
25
$buffer .= ob_get_clean();
26
}
27
return $buffer;
0 commit comments