$message = islandora_deprecated('7.x-1.10', t('The datastream @dsid already exists on the object: @pid. After the 7.x-1.10 release this will throw an exception.', array(
$message = islandora_deprecated('7.x-1.10', t('The datastream @dsid already exists on the object: @pid. After the 7.x-1.10 release this will throw an exception.', array(
'@dsid' => $datastream->id,
'@dsid' => $datastream->id,
'@pid' => $object->id,
'@pid' => $object->id,
@ -247,7 +248,6 @@ class IslandoraFedoraObject extends FedoraObject {