Skip to content

Commit 5dd8d3e

Browse files
committed
typo
1 parent e8706d5 commit 5dd8d3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Tracy/assets/Bar/loader.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ use Tracy;
2222
<div id="tracy-debug"></div>
2323
<link rel="stylesheet" href="?_tracy_bar=css&amp;v=<?=urlencode(Debugger::VERSION)?>" id="tracy-debug-style" />
2424
<script src="?_tracy_bar=js&amp;v=<?=urlencode(Debugger::VERSION)?>" id="tracy-debug-script"></script>
25-
<?php if ($contentId): ?>
25+
<?php if (isset($contentId)): ?>
2626
<script src="?_tracy_bar=content.<?=urlencode($contentId)?>"></script>
2727
<?php else: ?>
2828
<script>

0 commit comments

Comments
 (0)