-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Share tags #11351
Share tags #11351
Conversation
This will allow us to also deal with shared tags.
// First, we find out if $type is part of a collection (and if that collection is part of | ||
// another one and so on). | ||
if (!$includeCollections || !$collectionTypes = self::getCollectionItemTypes($type)) | ||
$collectionTypes[] = $type; |
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.
Always use curly braces
💣 Test FAILed. 💣 |
@owncloud-bot Retest this please |
💣 Test FAILed. 💣 |
@ockham Please take a look at the failing unit tests. Thanks.
|
The inspection completed: 23 new issues, 9 updated code elements |
💣 Test FAILed. 💣 |
I've fixed both major issues mentioned at #10487, so I now consider this review-ready.
I'll also file a PR for contacts which is supposed to fix owncloud/contacts#38.