Merge branch 'master' of ssh://git@gitorious.org/yacy/rc1.git

pull/1/head
Michael Peter Christen 11 years ago
commit 62a36fa584

@ -267,7 +267,7 @@ public class URIMetadataNode {
public int lapp() {
if (this.appc == -1) {
this.appc = getInt(CollectionSchema.videolinkscount_i);
this.appc = getInt(CollectionSchema.applinkscount_i);
}
return this.appc;
}

Loading…
Cancel
Save