Skip to content

Commit 96e0034

Browse files
committed
1220: fixed PluginIndex
1 parent eb4d524 commit 96e0034

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/com/magento/idea/magento2plugin/stubs/indexes/PluginIndex.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,10 @@ private Set<PluginData> getPluginsForType(final XmlTag typeNode) {
103103
final PluginData pluginData = getPluginDataObject(pluginType, Integer.parseInt(pluginSortOrder));
104104
try {
105105
phpIndex.getAnyByFQN(pluginData.getType());
106+
results.add(pluginData);
106107
} catch (Throwable exception) { //NOPMD
107108
//do nothing
108109
}
109-
results.add(pluginData);
110110
}
111111
}
112112

0 commit comments

Comments
 (0)