mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-31 10:18:55 +00:00
Revert
This commit is contained in:
+4
-4
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user