From 147dc7302cd9febb666e4e250c7de12c7d2bf3ab Mon Sep 17 00:00:00 2001 From: Brandon Weigel Date: Tue, 21 May 2019 15:06:32 +0000 Subject: [PATCH] Last try at 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 bf742ee8..a73cadb3 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)) { $message = format_string('Returning FALSE on ingestDatastream() is deprecated in 7.x-1.10. See https://github.com/Islandora/islandora/pull/680/. - The datastream @dsid already exists on the object: @pid.', array( + The datastream @dsid already exists on the object: @pid.', array( '@dsid' => $datastream->id, '@pid' => $object->id, ));