diff --git a/source/de/anomic/plasma/plasmaSwitchboardQueue.java b/source/de/anomic/plasma/plasmaSwitchboardQueue.java index e0b115a87..ae8b7af1c 100644 --- a/source/de/anomic/plasma/plasmaSwitchboardQueue.java +++ b/source/de/anomic/plasma/plasmaSwitchboardQueue.java @@ -429,7 +429,7 @@ public class plasmaSwitchboardQueue { // a picture cannot be indexed if (getCachedObjectInfo() != null) { - String status = this.getCachedObjectInfo().shallIndexCacheForProxy(); + String status = this.getCachedObjectInfo().shallIndexCacheForCrawler(); if (status != null) return status; } if (plasmaHTCache.noIndexingURL(nURL)) { return "Media_Content_(forbidden)"; }