summaryrefslogtreecommitdiffstats
path: root/lib/Controller/SocialPubController.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Controller/SocialPubController.php')
-rw-r--r--lib/Controller/SocialPubController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Controller/SocialPubController.php b/lib/Controller/SocialPubController.php
index f0ddb1d4..efd35049 100644
--- a/lib/Controller/SocialPubController.php
+++ b/lib/Controller/SocialPubController.php
@@ -137,7 +137,7 @@ class SocialPubController extends Controller {
} catch (CacheActorDoesNotExistException $e) {
return new NotFoundResponse();
} catch (Exception $e) {
- $this->fail($e);
+ return $this->fail($e);
}
}