Skip to content

Commit

Permalink
TracyBridge: fixed d7321f7
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Nov 15, 2014
1 parent f789607 commit 137a027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Bridges/Framework/TracyBridge.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public static function initialize()
} elseif ($item = Helpers::findTrace($e->getTrace(), 'Nette\Neon\Decoder::decode')) {
return array(
'tab' => 'NEON',
'panel' => BlueScreen::highlightFile($item['args'][0], $m[1])
'panel' => BlueScreen::highlightPhp($item['args'][0], $m[1])
);
}
}
Expand Down

0 comments on commit 137a027

Please sign in to comment.