diff --git a/src/FESI/Interpreter/Evaluator.java b/src/FESI/Interpreter/Evaluator.java index 3380641a..fb1aa27a 100644 --- a/src/FESI/Interpreter/Evaluator.java +++ b/src/FESI/Interpreter/Evaluator.java @@ -44,6 +44,8 @@ public class Evaluator { // used to stop thread, 06.12.99 Hannes Wallnoefer public volatile Thread thread; + // used to retrieve wrappers with correct Prototype for path elements in ESLoader + public helma.framework.core.RequestEvaluator reval; private static String eol = System.getProperty("line.separator", "\n");