mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Fix BasePageController SabNZBD call
This commit is contained in:
@@ -257,7 +257,7 @@ class BasePageController extends Controller
|
||||
$this->smarty->assign('weHasVortex', false);
|
||||
}
|
||||
|
||||
$sab = new SABnzbd();
|
||||
$sab = new SABnzbd($this);
|
||||
$this->smarty->assign('sabintegrated', $sab->integratedBool);
|
||||
if ($sab->integratedBool !== false && $sab->url !== '' && $sab->apikey !== '') {
|
||||
$this->smarty->assign('sabapikeytype', $sab->apikeytype);
|
||||
|
||||
Reference in New Issue
Block a user