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
GroupsAdminController.php
GroupsApiController.php
GroupsCommentController.php
GroupsDiscoverController.php
GroupsFeedController.php
GroupsMemberController.php
GroupsMetaController.php
GroupsNotificationsController.php
GroupsPostController.php fix: resolve undefined $status variable in GroupsPostController::deletePost 4 weeks ago
GroupsSearchController.php
GroupsTopicController.php