Skip to content

Commit 83d5a5f

Browse files
author
Vitaliy Boyko
committed
495: Fixed the array access exception when using copy path
1 parent eff7209 commit 83d5a5f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/com/magento/idea/magento2plugin/actions/CopyMagentoPath.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ public class CopyMagentoPath extends CopyPathProvider {
2525
private final String[] templatePaths = {
2626
"view/frontend/templates/",
2727
"view/adminhtml/templates/",
28-
"view/base/templates/"
28+
"view/base/templates/",
29+
"templates/"
2930
};
3031

3132
@Override

0 commit comments

Comments
 (0)