]> source.dussan.org Git - nextcloud-server.git/commit
Return null when requesting tags for null user
authorVincent Petry <pvince81@owncloud.com>
Wed, 25 Feb 2015 16:20:26 +0000 (17:20 +0100)
committerVincent Petry <pvince81@owncloud.com>
Wed, 25 Feb 2015 16:20:26 +0000 (17:20 +0100)
commit9ee37169a6615e06c397e3b623ca55805aebcea3
tree8891548b5acff6c3908904517d01e5eec7958a03
parent14c592fe865748f38dd6ee31634d053f83a8e791
Return null when requesting tags for null user

The TagManager->load() now returns null if the user is not authenticated
instead of failing with an error.
lib/private/tagmanager.php
tests/lib/tags.php