diff --git a/e107_plugins/forum/forum_class.php b/e107_plugins/forum/forum_class.php index 23d1b2b1dd..02bacb2879 100644 --- a/e107_plugins/forum/forum_class.php +++ b/e107_plugins/forum/forum_class.php @@ -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();