From a07f6b144b8a20aee9b665a98e20cd662390a9b1 Mon Sep 17 00:00:00 2001 From: DiegoPino Date: Thu, 26 Feb 2015 12:27:15 -0300 Subject: [PATCH] Removed comment in ref. to removed code flushing all reference to isConstituentOf --- includes/breadcrumb.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/breadcrumb.inc b/includes/breadcrumb.inc index fb1054fc..e3eb2782 100644 --- a/includes/breadcrumb.inc +++ b/includes/breadcrumb.inc @@ -12,7 +12,7 @@ * * Each link in the bread-crumbs represents a member of the given objects * ancestry which is identified by any of the following RELS-EXT terms - * (isMemberOf,isMemberOfCollection,isPartOf,isConstituentOf). + * (isMemberOf,isMemberOfCollection,isPartOf). * * @param AbstractObject $object * An object whose ancestry will be mapped to bread-crumbs.