We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2806588 commit 4cee5c5Copy full SHA for 4cee5c5
src/com/magento/idea/magento2plugin/actions/comparator/CompareTemplateAction.java
@@ -82,6 +82,7 @@ public void update(final @NotNull AnActionEvent event) {
82
return;
83
}
84
final String originalModuleName = getOriginalModuleName(project, psiFile);
85
+
86
final PsiDirectory originalModuleDirectory =
87
new ModuleIndex(project).getModuleDirectoryByModuleName(originalModuleName);
88
0 commit comments