oroinc / platform

Main OroPlatform package with core functionality.
Other
627 stars 351 forks source link

fix: check image processor installation status #1069

Closed joancafom closed 3 years ago

joancafom commented 3 years ago

Calling getImageProcessorLibrary actually returns a String, not an Array.

Interestingly, this is correctly implemented in another method in the same class:

https://github.com/oroinc/platform/blob/df0bfdccd8cd5b5af52639ae5999b3955caaeb81/src/Oro/Bundle/InstallerBundle/Provider/PlatformRequirementsProvider.php#L525-L531

fixes #1068

orocla commented 3 years ago

Thank you for your pull request.

It looks like this may be your first contribution to an Oro, Inc. open source project, in which case you'll need to sign a Contributor License Agreement (CLA) at https://oroinc.com/b2b-ecommerce/contributor-license-agreement/

If you've already signed the CLA, it's possible we don't have your GitHub username or you're using a different email address. GitHub uses the email address you set in your local Git configuration to associate commits with your GitHub account. Please sign the CLA again using the correct GitHub username and email address or see this help article on setting the email on your git commits.

Once you've signed the CLA, please allow for some time for the submission to be processed.