Skip to content

Commit

Permalink
Merge pull request #496 from magento/BRN-495-Array_access_exception_w…
Browse files Browse the repository at this point in the history
…hen_using_copy_path

495: Fixed the array access exception when using copy path
  • Loading branch information
eduard13 authored Feb 22, 2021
2 parents eff7209 + 4f796a8 commit c40be92
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0).
### Fixed

- Reference navigation for classes under directories with underscores
- Fixed the array access exception when using copy path action

## 3.1.1

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ public class CopyMagentoPath extends CopyPathProvider {
private final String[] templatePaths = {
"view/frontend/templates/",
"view/adminhtml/templates/",
"view/base/templates/"
"view/base/templates/",
"templates/"
};

@Override
Expand Down

0 comments on commit c40be92

Please sign in to comment.