summaryrefslogtreecommitdiffstats
path: root/apps/comments
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@owncloud.com>2016-04-26 12:47:33 +0200
committerJoas Schilling <coding@schilljs.com>2016-10-05 14:21:25 +0200
commitfe6c9f7f47681a06409fa2efae2a57044b7fef29 (patch)
tree3eab5be3f699f4d4d75c55725bd73c9728245495 /apps/comments
parentb8cf2fb58b7114cf20e73554c9c73908a1e8a6a9 (diff)
downloadnextcloud-server-fe6c9f7f47681a06409fa2efae2a57044b7fef29.tar.gz
nextcloud-server-fe6c9f7f47681a06409fa2efae2a57044b7fef29.zip
Remove resolved FIXME
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Diffstat (limited to 'apps/comments')
-rw-r--r--apps/comments/lib/Activity/Extension.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/comments/lib/Activity/Extension.php b/apps/comments/lib/Activity/Extension.php
index 2bb9d6428e2..3bdb267358b 100644
--- a/apps/comments/lib/Activity/Extension.php
+++ b/apps/comments/lib/Activity/Extension.php
@@ -196,7 +196,6 @@ class Extension implements IExtension {
try {
return strip_tags($user) === $this->activityManager->getCurrentUserId();
} catch (\UnexpectedValueException $e) {
- // FIXME this is awkward, but we have no access to the current user in emails
return false;
}
}