Skip to content

Commit

Permalink
Added note to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
lonnieezell committed Nov 17, 2021
1 parent e97b95b commit ccc4a5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion system/Debug/Toolbar/Collectors/Database.php
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ public function display(): array
$traceLine['file'] = str_ireplace(VENDORPATH, 'VENDORPATH/', $traceLine['file']);
$traceLine['file'] = str_ireplace(ROOTPATH, 'ROOTPATH/', $traceLine['file']);

if (strpos($traceLine['file'], 'APPPATH') === false) {
if (strpos($traceLine['file'], 'SYSTEMPATH') !== false) {
continue;
}
$line = empty($line) ? $traceLine : $line;
Expand Down
1 change: 1 addition & 0 deletions user_guide_src/source/changelogs/v4.1.6.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ BREAKING

Enhancements
============
- Database pane on debug toolbar now displays location where Query was called from. Also displays full backtrace.

Changes
=======
Expand Down

0 comments on commit ccc4a5e

Please sign in to comment.