Browse Source

coder

pull/489/head
willtp87 11 years ago
parent
commit
311fae0f64
  1. 2
      includes/derivatives.inc

2
includes/derivatives.inc

@ -12,7 +12,7 @@
* @param string $dsid * @param string $dsid
* The DSID to run the derivative function for. * The DSID to run the derivative function for.
*/ */
function islandora_run_derivatives (AbstractObject $object, $dsid) { function islandora_run_derivatives(AbstractObject $object, $dsid) {
$batch_array = batch_get(); $batch_array = batch_get();
if (empty($batch_array)) { if (empty($batch_array)) {
$logging_results = islandora_do_derivatives($object, array( $logging_results = islandora_do_derivatives($object, array(

Loading…
Cancel
Save