From 035ee14fdadf053d4cbffef62c654ac2081322a1 Mon Sep 17 00:00:00 2001 From: Alan Stanley Date: Fri, 10 Jan 2014 14:18:21 -0400 Subject: [PATCH] added object for context in hook --- islandora.api.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/islandora.api.php b/islandora.api.php index 1aec1198..fb27a543 100644 --- a/islandora.api.php +++ b/islandora.api.php @@ -692,7 +692,7 @@ function hook_islandora_update_related_objects_properties(AbstractObject $object * @param string $context * Where the alter is originating from for distinguishing. * @param AbstractObject $object - * AbstractObject representing object providing breadcrumb path + * (Optional) AbstractObject representing object providing breadcrumb path */ function hook_islandora_breadcrumbs_alter(&$breadcrumbs, $context, $object) {