From e01d8d29fbdd47473471d8abe3223d147fe6fc05 Mon Sep 17 00:00:00 2001 From: rk Date: Tue, 5 Feb 2002 17:41:50 +0000 Subject: [PATCH] restructuring producer startpage --- source/mircoders/entity/EntityContent.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/mircoders/entity/EntityContent.java b/source/mircoders/entity/EntityContent.java index c5c28c31..a07ed3e4 100755 --- a/source/mircoders/entity/EntityContent.java +++ b/source/mircoders/entity/EntityContent.java @@ -175,7 +175,7 @@ public class EntityContent extends Entity } else if (key.equals("to_media_icon")) { try { - return getUploadedMediaForContent(); + return getUploadedMediaForNewswire(); } catch (Exception ex) { theLog.printWarning("-- getUploadedMediaForContent: could not fetch data " + ex.toString()); -- 2.11.0