producerContent debugging / pageCount inserted
[mir.git] / source / mircoders / entity / EntityContent.java
index 1ac0f8c..47b7ef9 100755 (executable)
@@ -357,8 +357,7 @@ public class EntityContent extends Entity
   private SimpleList getVideoForContent()
     throws StorageObjectException, TemplateModelException
   {
-    return HTMLTemplateProcessor.makeSimpleList(
-             DatabaseContentToMedia.getInstance().getVideo(this) );
+    return DatabaseContentToMedia.getInstance().getVideo(this) ;
   }
 
   private SimpleList getOtherMediaForContent()