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