mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 09:18:54 +00:00
Fix variable assignment error in QueueController
This commit is contained in:
@@ -20,8 +20,6 @@ class QueueController extends BasePageController
|
||||
{
|
||||
$this->setPrefs();
|
||||
|
||||
$this->smarty->assign();
|
||||
|
||||
$queueType = $error = '';
|
||||
$queue = null;
|
||||
switch (Settings::settingValue('apps.sabnzbplus.integrationtype')) {
|
||||
|
||||
Reference in New Issue
Block a user