You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pixelfed/app/Http/Controllers/Groups
Your Name e7ef58969c fix: resolve undefined $status variable in GroupsPostController::deletePost
Replace all references to non-existent $status with $gp (the GroupPost
instance already in scope). This was a bug where the closure variable
name was changed but references inside the method body were not updated.
4 weeks ago
..
CreateGroupsController.php Lint 9 months ago
GroupsAdminController.php Lint 9 months ago
GroupsApiController.php Lint 9 months ago
GroupsCommentController.php Lint 9 months ago
GroupsDiscoverController.php Lint 9 months ago
GroupsFeedController.php Update GroupsFeedController 1 month ago
GroupsMemberController.php Lint 9 months ago
GroupsMetaController.php Lint 9 months ago
GroupsNotificationsController.php Lint 9 months ago
GroupsPostController.php fix: resolve undefined $status variable in GroupsPostController::deletePost 4 weeks ago
GroupsSearchController.php Lint 9 months ago
GroupsTopicController.php Lint 9 months ago