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() { public int lapp() {
if (this.appc == -1) { if (this.appc == -1) {
this.appc = getInt(CollectionSchema.videolinkscount_i); this.appc = getInt(CollectionSchema.applinkscount_i);
} }
return this.appc; return this.appc;
} }

Loading…
Cancel
Save