mirror of
https://github.com/WhatCD/Gazelle.git
synced 2024-12-13 19:06:27 +00:00
Empty commit
This commit is contained in:
parent
a8aaa81350
commit
30636f6b85
@ -331,9 +331,10 @@
|
|||||||
$CategoryName = $Categories[$CategoryID - 1];
|
$CategoryName = $Categories[$CategoryID - 1];
|
||||||
}
|
}
|
||||||
|
|
||||||
$ArtistLink = "";
|
$JsonArtists = array();
|
||||||
if($CategoryName == "Music") {
|
if($CategoryName == "Music") {
|
||||||
$ArtistLink = display_artists($ArtistForm, false, false);
|
$ArtistForm = get_request_artists($RequestID);
|
||||||
|
$JsonArtists = array_values($ArtistForm);
|
||||||
}
|
}
|
||||||
|
|
||||||
$Tags = $Request['Tags'];
|
$Tags = $Request['Tags'];
|
||||||
@ -348,7 +349,7 @@
|
|||||||
'bounty' => $RequestVotes['TotalBounty'],
|
'bounty' => $RequestVotes['TotalBounty'],
|
||||||
'categoryId' => (int) $CategoryID,
|
'categoryId' => (int) $CategoryID,
|
||||||
'categoryName' => $CategoryName,
|
'categoryName' => $CategoryName,
|
||||||
'artist' => $ArtistLink,
|
'artists' => $JsonArtists,
|
||||||
'title' => $Title,
|
'title' => $Title,
|
||||||
'year' => (int) $Year,
|
'year' => (int) $Year,
|
||||||
'image' => $Image,
|
'image' => $Image,
|
||||||
|
Loading…
Reference in New Issue
Block a user