Skip to content
Snippets Groups Projects

Automated Project Update Bot fixes

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -35,7 +35,7 @@ class GD extends ConfigurableImageAPIOptimizeProcessorBase {
// Convert stream wrapper URI to normal path.
$destination = \Drupal::service('file_system')->realpath($image_uri);
$success = $function($image->getToolkit()
->getResource(), $destination, $this->configuration['quality']);
->getImage(), $destination, $this->configuration['quality']);
}
}
}
Loading