From 1a3072525645689f52fce34e02cc3684ec781be2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jesper=20=C3=96qvist?= <jesper.oqvist@cs.lth.se> Date: Fri, 12 Feb 2021 15:42:11 +0100 Subject: [PATCH] [incremental] Fix unbound template variable fixes #332 --- src/template/incremental/Notification.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/template/incremental/Notification.tt b/src/template/incremental/Notification.tt index fd7f43fe..b7486f5d 100644 --- a/src/template/incremental/Notification.tt +++ b/src/template/incremental/Notification.tt @@ -235,7 +235,7 @@ $endif #resetCache #(signature)_handler.notifyDependencies(); $if (TraceFlush) - state().trace().flushIncAttr($HostClass.this, "#signature", "", ""); + state().trace().flushIncAttr(#hostClassName.this, "#hostClassName.#signatureJavaStyle", "", ""); $endif } $endif -- GitLab