From 4daace487dffe5c358a5d572ab78e65c369c55c9 Mon Sep 17 00:00:00 2001 From: Brad Arant Date: Mon, 11 Nov 2024 09:25:20 -0800 Subject: [PATCH] Upgraded ifrow tag to use resolution keyword method. --- __ifrow.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/__ifrow.cpp b/__ifrow.cpp index fbba523..d2d116b 100644 --- a/__ifrow.cpp +++ b/__ifrow.cpp @@ -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