From daffe538a7d9c3d69e216b8f8a25ecda2bfe949a Mon Sep 17 00:00:00 2001 From: Brandon Weigel Date: Wed, 22 May 2019 14:51:15 +0000 Subject: [PATCH] Final fix for Travis --- includes/tuque_wrapper.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/tuque_wrapper.inc b/includes/tuque_wrapper.inc index 08b1a402..4425d760 100644 --- a/includes/tuque_wrapper.inc +++ b/includes/tuque_wrapper.inc @@ -255,7 +255,7 @@ class IslandoraFedoraObject extends FedoraObject { catch (Exception $e) { if ($e instanceof DatastreamExistsException && variable_get('islandora_deprecation_return_false_when_datastream_exists', TRUE)) { @trigger_error('Expecting FALSE on ingestDatastream failing is deprecated in islandora:7.x-1.10. Throwing an EXCEPTION on failed - datastream ingest will be the norm in future. See https://jira.duraspace.org/browse/ISLANDORA-1995.', E_USER_DEPRECATED); + datastream ingest will be the norm in future. See https://jira.duraspace.org/browse/ISLANDORA-1995.', E_USER_DEPRECATED); $message_error = format_string('The datastream @dsid already exists on the object: @pid.', array( '@dsid' => $datastream->id, '@dsid' => $datastream->id, '@pid' => $object->id, '@pid' => $object->id,