Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUGFIX - Resize function calling correct parent function #4

Conversation

manuel-EGO
Copy link
Contributor

@manuel-EGO manuel-EGO commented Jan 25, 2022

we have been debugging an issue where, after deleting pub/media/catalog/product/cache and visiting a category page, the images were not being resized to the correct dimensions (view.xml).
Taking a look at the extension, the resize function is not calling the correct parent function:

public function resize()
{
if($this->isEnvironmentMdoq()){
return $this;
}
return parent::saveFile();
}

@adamzero1 adamzero1 merged commit 7ed3566 into zero1limited:master Feb 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants