mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-28 17:01:16 +00:00
Remove reference to site.
This commit is contained in:
@@ -60,8 +60,6 @@ class XXX
|
||||
'Settings' => null,
|
||||
];
|
||||
$options += $defaults;
|
||||
$s = new Sites();
|
||||
$this->site = $s->get();
|
||||
|
||||
$this->pdo = ($options['Settings'] instanceof Settings ? $options['Settings'] : new Settings());
|
||||
$this->releaseImage = ($options['ReleaseImage'] instanceof \ReleaseImage ? $options['ReleaseImage'] : new \ReleaseImage($this->pdo));
|
||||
|
||||
Reference in New Issue
Block a user