Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/develop' into 4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Oct 18, 2023
2 parents a29ea10 + afe3cb2 commit 5d9fa31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions system/Debug/Toolbar/Collectors/Files.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,13 @@ public function display(): array

if (strpos($path, 'SYSTEMPATH') !== false) {
$coreFiles[] = [
'name' => basename($file),
'path' => $path,
'name' => basename($file),
];
} else {
$userFiles[] = [
'name' => basename($file),
'path' => $path,
'name' => basename($file),
];
}
}
Expand Down

0 comments on commit 5d9fa31

Please sign in to comment.