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"; }