mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-01 18:58:56 +00:00
Chagnge the name of var from $fail to $failed.
This commit is contained in:
@@ -128,7 +128,7 @@ if (isset($_REQUEST["searchadvr"]) && !isset($_REQUEST["id"]) && !isset($_REQUES
|
||||
);
|
||||
foreach ($results as $result){
|
||||
$failed = $df->getFailedCount($result['guid']);
|
||||
$page->smarty->assign('failed', $fail);
|
||||
$page->smarty->assign('failed', $failed);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user