Ok, big merge. here's the new xml-config stuff in action. There's a few
[mir.git] / source / mircoders / producer / ProducerContent.java
index ae7b36a..c198f82 100755 (executable)
@@ -155,7 +155,7 @@ public class ProducerContent extends Producer {
             upMedia = currentMediaList.elementAt(n);
             upMediaSimpleHash = HTMLTemplateProcessor.makeSimpleHash(upMedia);
             mediaType = ((EntityMedia)upMedia).getMediaType();
-            //must be a non-existant to_media_type entry..
+            //in case it's a non-existant to_media_type entry..
             if (mediaType != null) {
               try {
                 mediaHandlerName = mediaType.getValue("classname");