Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3586 6c8d7289-2bf4-0310-a012-ef5d649a1542
  • Loading branch information
orbiter committed Apr 20, 2007
1 parent 2f3b518 commit 62b79aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/de/anomic/plasma/plasmaSearchEvent.java
Expand Up @@ -425,6 +425,7 @@ public plasmaSearchPostOrder orderFinal(indexContainer rcLocal) {
if (page != null) {
comp = page.comp();
pagetitle = comp.title().toLowerCase();
if (comp.url() == null) continue ordering; // rare case where the url is corrupted
pageurl = comp.url().toString().toLowerCase();
pageauthor = comp.author().toLowerCase();

Expand Down

0 comments on commit 62b79aa

Please sign in to comment.