From 594ff95955073594b2560ad8afdebf3ff112dcd0 Mon Sep 17 00:00:00 2001 From: orbiter Date: Wed, 6 Jun 2007 11:34:39 +0000 Subject: [PATCH] :-( git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3801 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- source/de/anomic/plasma/plasmaSwitchboardQueue.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/de/anomic/plasma/plasmaSwitchboardQueue.java b/source/de/anomic/plasma/plasmaSwitchboardQueue.java index b376650aa..d2adb157e 100644 --- a/source/de/anomic/plasma/plasmaSwitchboardQueue.java +++ b/source/de/anomic/plasma/plasmaSwitchboardQueue.java @@ -405,7 +405,7 @@ public class plasmaSwitchboardQueue { } // check profile - if (!profile().indexText() && !profile().indexMedia() && !profile().remoteIndexing()) { + if (!profile().indexText() && !profile().indexMedia()) { return "Indexing_Not_Allowed"; }