Fixed renderSkincalls for untyped objects (virtual, groupby etc).
They are needed in Robert's inspector, for instance.
This commit is contained in:
parent
2caa611434
commit
8bf1a54727
1 changed files with 2 additions and 0 deletions
|
@ -724,6 +724,8 @@ public class RequestEvaluator implements Runnable {
|
|||
}
|
||||
|
||||
private Skin getSkinFromNode (INode node, String prototype, String skinname) {
|
||||
if (prototype == null)
|
||||
return null;
|
||||
INode n = node.getNode (prototype, false);
|
||||
if (n != null) {
|
||||
n = n.getNode (skinname, false);
|
||||
|
|
Loading…
Add table
Reference in a new issue