Skip to content

Commit

Permalink
Merge pull request #72 from TomArrow/master
Browse files Browse the repository at this point in the history
fixed second silly mistake
  • Loading branch information
HDVinnie committed Dec 22, 2017
2 parents 446f77a + 6255263 commit 2eefbc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Http/Controllers/TorrentController.php
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ public function torrent($slug, $id)
$audio = $parsed['audio'];
$audio_crumbs = $view_crumbs['audio'];
$subtitle = $parsed['text'];
$subtitle_crumbs = $view_crumbs['text'];
$text_crumbs = $view_crumbs['text'];
}

return view('torrent.torrent', ['torrent' => $torrent, 'comments' => $comments, 'thanks' => $thanks, 'user' => $user, 'similar' => $similar,
Expand Down

0 comments on commit 2eefbc4

Please sign in to comment.