diff options
author | Morris Jobke <hey@morrisjobke.de> | 2016-10-17 09:30:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-17 09:30:47 +0200 |
commit | 96f8f209b9e899207a338eaa69b439e55f749ed5 (patch) | |
tree | 85d18ea0e4bed793c037a498aa684adca0441798 /apps/dav | |
parent | 5b74b3ceafd17490ea7bef74051c70090f51b17e (diff) | |
parent | 70c7781aa8a1737b4c7ca8e935796b1ebc3d9f34 (diff) | |
download | nextcloud-server-96f8f209b9e899207a338eaa69b439e55f749ed5.tar.gz nextcloud-server-96f8f209b9e899207a338eaa69b439e55f749ed5.zip |
Merge pull request #1449 from nextcloud/comments-user-mention
Notifications for simple @-mentioning in comments
Diffstat (limited to 'apps/dav')
-rw-r--r-- | apps/dav/lib/Comments/CommentNode.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/dav/lib/Comments/CommentNode.php b/apps/dav/lib/Comments/CommentNode.php index 101e3d87721..f247921be79 100644 --- a/apps/dav/lib/Comments/CommentNode.php +++ b/apps/dav/lib/Comments/CommentNode.php @@ -173,7 +173,7 @@ class CommentNode implements \Sabre\DAV\INode, \Sabre\DAV\IProperties { * @param $propertyValue * @return bool * @throws BadRequest - * @throws Forbidden + * @throws \Exception */ public function updateComment($propertyValue) { $this->checkWriteAccessOnComment(); |