You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That's because isOverwrite() is checked only for the main pass directory, but not for the localizations subdirs. If isOverwrite() is true, the previous localization subdirs should be deleted as well, just before preparing the localizations again.
The text was updated successfully, but these errors were encountered:
This mkdir() causes an error even if isOverwrite() returns true:
php-passbook/src/Passbook/PassFactory.php
Line 510 in 0a79497
That's because isOverwrite() is checked only for the main pass directory, but not for the localizations subdirs. If isOverwrite() is true, the previous localization subdirs should be deleted as well, just before preparing the localizations again.
The text was updated successfully, but these errors were encountered: