From 1481a51e16ce94830691291d45f41db14334a57a Mon Sep 17 00:00:00 2001 From: Cyrille Bollu Date: Wed, 10 Jul 2019 17:40:12 +0200 Subject: - Should fix the issue that post couldn't be unliked - Fixes a typo in a comment Signed-off-by: Cyrille Bollu --- lib/Controller/LocalController.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/Controller/LocalController.php b/lib/Controller/LocalController.php index a08d7aa0..8ba30850 100644 --- a/lib/Controller/LocalController.php +++ b/lib/Controller/LocalController.php @@ -261,7 +261,7 @@ class LocalController extends Controller { /** - * Create a new boost. + * Like a post. * * @NoAdminRequired * @@ -287,7 +287,7 @@ class LocalController extends Controller { /** - * Delete a boost. + * unlike a post. * * @NoAdminRequired * -- cgit v1.2.3