Remove resolved FIXME

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
This commit is contained in:
Joas Schilling 2016-04-26 12:47:33 +02:00 committed by Joas Schilling
parent b8cf2fb58b
commit fe6c9f7f47
No known key found for this signature in database
GPG Key ID: E166FD8976B3BAC8
1 changed files with 0 additions and 1 deletions

View File

@ -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;
}
}