-
Notifications
You must be signed in to change notification settings - Fork 118
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
Rename function name to avoid conflicts while upgrading several modules in a row #347
Rename function name to avoid conflicts while upgrading several modules in a row #347
Conversation
Good to know that we can't update to modules containing upgrade functions with the same version 😂 |
yeah we figured that out at the same time :o Before merging this PR, line 43 should be modified. Can you please it as "Changes required"? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Line 43 removeFromFsDuringUpgrade(iterator_to_array($iterator));
should be replaced by removeAutoupgradePhpUnitFromFsDuringUpgrade(iterator_to_array($iterator));
7cfc3e6
a2b37c3
to
7cfc3e6
Compare
@Quetzacoalt91 Multiples relaunch for Travis but it seems that you have a problem. I try close/open. |
8897e90
7cfc3e6
to
8897e90
Compare
PR has been rebased |
Thank you @Quetzacoalt91 |
Following the feedback on the forum: https://www.prestashop.com/forums/topic/1023519-fatal-error-module-file/