Upgraded ifrow tag to use resolution keyword method.
This commit is contained in:
parent
5658bb6a43
commit
4daace487d
@ -13,6 +13,7 @@ namespace jet {
|
||||
throw coreutils::Exception("ifrow tag must have a container.");
|
||||
if(!global.sessionExists(variables["sessionid"]))
|
||||
throw coreutils::Exception("sessionid does not exist.");
|
||||
resolveKeyword("sessionid");
|
||||
if(global.getSession(variables["sessionid"])->hasRow())
|
||||
processContainer(container);
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user