From 210aed51971916d93169a3299b07f8043f9d63f9 Mon Sep 17 00:00:00 2001 From: hns Date: Mon, 10 Mar 2003 14:24:13 +0000 Subject: [PATCH] Break when hrefFunction has been executed. --- src/helma/scripting/fesi/HopExtension.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/helma/scripting/fesi/HopExtension.java b/src/helma/scripting/fesi/HopExtension.java index 5e241596..649d3de1 100644 --- a/src/helma/scripting/fesi/HopExtension.java +++ b/src/helma/scripting/fesi/HopExtension.java @@ -776,6 +776,7 @@ public final class HopExtension { if (obj == null) throw new RuntimeException ("hrefFunction "+hrefFunction+" returned null"); basicHref = obj.toString (); + break; } funcElem = app.getParentElement (funcElem); }