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

[ticket/11927] Correctly add new files on update #1853

Merged
merged 3 commits into from
Nov 11, 2013

Conversation

nickvergessen
Copy link
Contributor

Currently we ignore language and style files when the directory where they
go to do not exist. However in 3.1 we introduce some new sub directories:

  • language/en/email/short/
  • styles/prosilver/theme/en/

So we need to change our check to look whether the language or style exist,
rather then the parent directory.

http://tracker.phpbb.com/browse/PHPBB3-11927

Currently we ignore language and style files when the directory where they
go to do not exist. However in 3.1 we introduce some new sub directories:
* language/en/email/short/
* styles/prosilver/theme/en/
So we need to change our check to look whether the language or style exist,
rather then the parent directory.

PHPBB3-11927
@bantu
Copy link
Collaborator

bantu commented Nov 7, 2013

missing function prefix

@nickvergessen
Copy link
Contributor Author

Fixed

EXreaction added a commit that referenced this pull request Nov 11, 2013
[ticket/11927] Correctly add new files on update
@EXreaction EXreaction merged commit d69f35d into phpbb:develop Nov 11, 2013
@nickvergessen nickvergessen deleted the ticket/11927 branch April 10, 2014 10:58
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.

3 participants