|
|
@ -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( |
|
|
|