Skip to content

Commit

Permalink
Update forum_class.php
Browse files Browse the repository at this point in the history
  • Loading branch information
rica-carv authored Aug 18, 2024
1 parent 310b2f9 commit e5595af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e107_plugins/forum/forum_class.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ public function __construct($update= false)
}

$this->e107 = e107::getInstance();
$tp = e107::getParser();
// $tp = e107::getParser(); // $tp not used here, so why declare it? Better would be declare it as class scope var, ie $this->tp
$this->userViewed = array();
$this->modArray = array();

Expand Down

0 comments on commit e5595af

Please sign in to comment.