Skip to content

Commit 7ae581a

Browse files
author
Shawn McCool
committed
fix bug in legacy forum controller, soon to be dead
1 parent 8c84b10 commit 7ae581a

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

app/controllers/ForumController.php

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
use Lio\Tags\TagRepository;
77

8-
class ForumController extends BaseController implements
8+
class ForumController extends BaseController
99
{
1010
protected $categories;
1111
protected $comments;
@@ -22,10 +22,6 @@ public function __construct(CommentRepository $comments, TagRepository $tags)
2222
$this->setNewSectionCounts();
2323
}
2424

25-
26-
// oh god it's so bad
27-
28-
2925
public function getComment($thread, $commentId)
3026
{
3127
// Holy shit worst code ever made..

0 commit comments

Comments
 (0)