producerContent debugging / pageCount inserted
authorrk <rk>
Sun, 17 Feb 2002 22:03:16 +0000 (22:03 +0000)
committerrk <rk>
Sun, 17 Feb 2002 22:03:16 +0000 (22:03 +0000)
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()