Fixed call to Artist['ArtistID'] in the upcoming page on brink interface

This commit is contained in:
rembo10
2012-03-23 12:28:05 +00:00
parent b557675fa9
commit 29ae16a5aa

View File

@@ -25,7 +25,7 @@
</td>
<td id="artistname">
<a href="artistPage?ArtistID=${artist['ArtistID']}">
<a href="artistPage?ArtistID=${album['ArtistID']}">
${album['ArtistName']}
</a>
</td>