Browse Source

forgot comma

pull/477/head
willtp87 11 years ago
parent
commit
7be2653ba6
  1. 2
      includes/derivatives.inc

2
includes/derivatives.inc

@ -149,7 +149,7 @@ function islandora_do_batch_derivatives(AbstractObject $object, array $options)
$file,
$object->id,
$options['force'],
$hook
$hook,
),
);
}

Loading…
Cancel
Save