diff options
Diffstat (limited to 'htroot/CrawlProfileEditor_p.java')
| -rw-r--r-- | htroot/CrawlProfileEditor_p.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/htroot/CrawlProfileEditor_p.java b/htroot/CrawlProfileEditor_p.java index 860d83002..7f3347962 100644 --- a/htroot/CrawlProfileEditor_p.java +++ b/htroot/CrawlProfileEditor_p.java @@ -90,7 +90,7 @@ public class CrawlProfileEditor_p { sb.profilesPassiveCrawls.newEntry(sb.profilesActiveCrawls.getEntry(handle).map()); sb.profilesActiveCrawls.removeEntry(handle); // delete all entries from the crawl queue that are deleted here - sb.noticeURL.removeByProfileHandle(handle); + sb.crawlQueues.noticeURL.removeByProfileHandle(handle); } if (post.containsKey("delete")) { // deletion of a terminated crawl profile |
