This commit is contained in:
Darko
2014-04-14 15:51:44 +02:00
parent 7a07210ee7
commit f4e9a414a7
+4 -4
View File
@@ -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();
}