Browse Source

Merge pull request #718 from jordandukart/7.x

Typing.
pull/720/head php5.3-eol
Jared Whiklo 6 years ago committed by GitHub
parent
commit
2be8d5a8c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      includes/regenerate_derivatives.form.inc

4
includes/regenerate_derivatives.form.inc

@ -146,10 +146,10 @@ function islandora_regenerate_datastream_derivative_batch(AbstractDatastream $da
* Whether we are forcing derivative regeneration or not. * Whether we are forcing derivative regeneration or not.
* @param array $hook * @param array $hook
* The derivative definition. * The derivative definition.
* @param array $context * @param DrushBatchContext|array $context
* The context of the current batch operation. * The context of the current batch operation.
*/ */
function islandora_derivative_perform_batch_operation($function, $file, $pid, $force, array $hook, array &$context) { function islandora_derivative_perform_batch_operation($function, $file, $pid, $force, array $hook, &$context) {
if ($file) { if ($file) {
require_once $file; require_once $file;
} }

Loading…
Cancel
Save