mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-02 03:08:53 +00:00
Fix one missed fix
This commit is contained in:
@@ -32,7 +32,7 @@ switch ($reqtype)
|
||||
|
||||
$output .= '<p><b>Download speed:</b> ' .$speed. 'B/s - <b>Queued:</b> ' .$queued. ' - <b>Status:</b> ' .$status. '</p>';
|
||||
|
||||
if (count($queue['slots']) > 0) {
|
||||
if (count($queue->{'slots'}) > 0) {
|
||||
$output.= '<table class="data highlight">';
|
||||
$output.="<tr>
|
||||
<th></th>
|
||||
|
||||
Reference in New Issue
Block a user