From f4e9a414a7a00a874d3950451ee0561bf4228f87 Mon Sep 17 00:00:00 2001 From: Darko Date: Mon, 14 Apr 2014 15:51:44 +0200 Subject: [PATCH] Revert --- lib/nzbcontents.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/nzbcontents.php b/lib/nzbcontents.php index b69274784..ee1a9960e 100644 --- a/lib/nzbcontents.php +++ b/lib/nzbcontents.php @@ -76,10 +76,10 @@ Class NZBcontents $this->tmux = $t->get(); $this->functions = new Functions(); $this->lookuppar2 = (isset($this->tmux->lookuppar2)) ? $this->tmux->lookuppar2 : 0; - $this->db = $options['db'] = new DB(); - $this->nntp = $options['nntp'] = new NNTP(); - $this->nfo = $options['nfo'] = new Info(); - $this->pp = $options['pp'] = $this->functions; + $this->db = $options['db']; + $this->nntp = $options['nntp']; + $this->nfo = $options['nfo']; + $this->pp = $options['pp']; $this->nzb = new NZB(); }