Browse Source

Corrected coding standards violations.

pull/305/head
Islandora 12 years ago
parent
commit
7175316d11
  1. 2
      includes/utilities.inc

2
includes/utilities.inc

@ -492,7 +492,7 @@ function islandora_prepare_new_object($namespace = NULL, $label = NULL, $datastr
watchdog('islandora', 'Attempting to ingest %file in islandora_prepare_new_object(), ' . watchdog('islandora', 'Attempting to ingest %file in islandora_prepare_new_object(), ' .
' but it does not appear to be readable. We will pass the path through' . ' but it does not appear to be readable. We will pass the path through' .
' url(), and pass along as such.', ' url(), and pass along as such.',
array('%file' => $datastream_file, ) , array('%file' => $datastream_file),
WATCHDOG_WARNING); WATCHDOG_WARNING);
} }
} }

Loading…
Cancel
Save