From 99f486c21fa927896713425a3e26ff6e928af1b6 Mon Sep 17 00:00:00 2001 From: Git Date: Sun, 5 Aug 2012 08:00:13 +0000 Subject: [PATCH] Empty commit --- sections/ajax/torrentgroup.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sections/ajax/torrentgroup.php b/sections/ajax/torrentgroup.php index 70990e9a..2467bd6b 100644 --- a/sections/ajax/torrentgroup.php +++ b/sections/ajax/torrentgroup.php @@ -38,6 +38,9 @@ function filter_by_key($input, $keys) { return array_intersect_key($input, array 'producer' => $ArtistForm[7] == null ? array() : pullmediainfo($ArtistForm[7]) ); } +else { + $JsonMusicInfo = NULL; +} $JsonTorrentDetails = array( 'wikiBody' => $Text->full_format($TorrentDetails['WikiBody']),