Author: mickw
Date: 2006-04-25 17:24:20 +0200 (Tue, 25 Apr 2006)
New Revision: 2802

Modified:
   
trunk/src/java/no/schibstedsok/front/searchportal/configuration/SearchModeFactory.java
Log:
again

Modified: 
trunk/src/java/no/schibstedsok/front/searchportal/configuration/SearchModeFactory.java
===================================================================
--- 
trunk/src/java/no/schibstedsok/front/searchportal/configuration/SearchModeFactory.java
      2006-04-25 15:12:25 UTC (rev 2801)
+++ 
trunk/src/java/no/schibstedsok/front/searchportal/configuration/SearchModeFactory.java
      2006-04-25 15:24:20 UTC (rev 2802)
@@ -406,7 +406,7 @@
                 }
 
                 // result handlers
-                final NodeList rhNodeList = 
commandE.getElementsByTagName("result-handler");
+                final NodeList rhNodeList = 
commandE.getElementsByTagName("result-handlers");
                 final Element rhRootElement = (Element) rhNodeList.item(0);
                 if( rhRootElement != null ){
                     for( ResultHandlerTypes rhType : 
ResultHandlerTypes.values()){

_______________________________________________
Kernel-commits mailing list
[email protected]
http://sesat.no/mailman/listinfo/kernel-commits

Reply via email to