- 
                Notifications
    You must be signed in to change notification settings 
- Fork 25
Ignore roots of groupfolders from autotagging #81
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
Conversation
| return $folder === 'files'; | ||
| } else { | ||
| list($folder) = explode('/', $file, 2); | ||
| [$folder, $subPath] = explode('/', $file, 2); | 
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.
There might not be a slash, so this needs more fixing
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.
Pushed a commit to return early so we don't try to explode the file path if if just contains the base __groupfolders path
| /backport to stable17 | 
| /backport to stable16 | 
| What happened here, the PR is against stable16? :P | 
| Ah right, then I guess it needs some forward-porting. 🙈 | 
85605b0    to
    36365b5      
    Compare
  
    Signed-off-by: Joas Schilling <coding@schilljs.com>
36365b5    to
    6e1c112      
    Compare
  
    | Rebased onto latest master. It actually was master based, that's why the unit tests against stable16 failed :D | 
| Failing tests are due to #85 So lets just merge this now | 
| backport to stable17 in #88 | 
| backport to stable16 in #89 | 
Signed-off-by: Joas Schilling coding@schilljs.com