jlint debugging...
[mir.git] / source / mircoders / producer / ProducerFeature.java
index d62c1f3..a8c54d1 100755 (executable)
@@ -28,7 +28,7 @@ public class ProducerFeature extends ProducerList {
        public void handle(PrintWriter htmlout, EntityUsers user, boolean force, boolean sync)
                throws StorageObjectException, ModuleException {
                orderBy="date desc";
-               listTemplate = Configuration.getProperty("Producer.FeatureList.Template");
+               listTemplate = MirConfig.getProp("Producer.FeatureList.Template");
                EntityList featureEntityList = featureModule.getByWhereClause("","title", -1);
                SimpleList featureList = HTMLTemplateProcessor.makeSimpleList(featureEntityList);
                boolean first=true;