quickhack: config-problem with actionroot
[mir.git] / source / mircoders / producer / ProducerList.java
index 27d10d0..37968f2 100755 (executable)
@@ -84,7 +84,7 @@ abstract public class ProducerList extends Producer {
       if (list!=null || force==true) {
         SimpleHash mergeData = HTMLTemplateProcessor.makeSimpleHashWithEntitylistInfos(list);
         //first we try to get the images
-        SimpleList itemList = HTMLTemplateProcessor.makeSimpleList(list);
+        
         if(list!=null){
           for (int k=0; k < list.size();k++) {
             currentContent = (EntityContent)list.elementAt(k);
@@ -111,7 +111,7 @@ abstract public class ProducerList extends Producer {
             }
           }
         }
-
+        SimpleList itemList = HTMLTemplateProcessor.makeSimpleList(list);
         //process hashmap additional and add to mergedata
         if (additional != null) {
           Set set = additional.keySet();