diff options
author | Joas Schilling <coding@schilljs.com> | 2016-10-27 12:26:02 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2016-11-07 14:56:31 +0100 |
commit | dc5c7d2b0420dadbee31d2f2f42bdeb46d92f6a1 (patch) | |
tree | 98cefe997f56df7665067e96c3d483cebec23133 /apps/dav/lib | |
parent | 1857e50259e3cedffd9d9c24ce2a47bf08ebf782 (diff) | |
download | nextcloud-server-dc5c7d2b0420dadbee31d2f2f42bdeb46d92f6a1.tar.gz nextcloud-server-dc5c7d2b0420dadbee31d2f2f42bdeb46d92f6a1.zip |
First list tags the user used lately
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'apps/dav/lib')
-rw-r--r-- | apps/dav/lib/SystemTag/SystemTagsObjectMappingCollection.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/dav/lib/SystemTag/SystemTagsObjectMappingCollection.php b/apps/dav/lib/SystemTag/SystemTagsObjectMappingCollection.php index ab0b7734258..124ed6184c1 100644 --- a/apps/dav/lib/SystemTag/SystemTagsObjectMappingCollection.php +++ b/apps/dav/lib/SystemTag/SystemTagsObjectMappingCollection.php @@ -192,7 +192,7 @@ class SystemTagsObjectMappingCollection implements ICollection { * * @param ISystemTag $tag * - * @return SystemTagNode + * @return SystemTagMappingNode */ private function makeNode(ISystemTag $tag) { return new SystemTagMappingNode( |