Fix bug
This commit is contained in:
parent
3d7d0123ac
commit
edb9c7f659
1 changed files with 1 additions and 1 deletions
|
@ -187,7 +187,7 @@ public class RendererRegistry {
|
|||
}
|
||||
|
||||
public File getFileForInternalStyle(String name) {
|
||||
if(internalRenderers.containsKey(name)) {
|
||||
if(!internalRenderers.containsKey(name)) {
|
||||
return new File(app.getAppPath(IndexConstants.RENDERERS_DIR), "style.render.xml");
|
||||
}
|
||||
File fl = new File(app.getAppPath(IndexConstants.RENDERERS_DIR), internalRenderers.get(name));
|
||||
|
|
Loading…
Reference in a new issue