Skip to content

Commit 0b3d6a1

Browse files
committed
Fix pathing to rollbar timing header
1 parent 9a499ae commit 0b3d6a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libraries/Logger.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public static function getTimingHeader($tags = true) {
2121
$buffer = parent::getTimingHeader($tags);
2222
if (self::$rollbar_available) {
2323
ob_start();
24-
require('./templates/rollbar.inc.js.phtml');
24+
require('../templates/rollbar.inc.js.phtml');
2525
$buffer .= ob_get_clean();
2626
}
2727
return $buffer;

0 commit comments

Comments
 (0)