diff options
-rw-r--r-- | templates/show_songs.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_songs.inc b/templates/show_songs.inc index 5f7b711d..26eafc08 100644 --- a/templates/show_songs.inc +++ b/templates/show_songs.inc @@ -130,7 +130,7 @@ foreach ($song_ids as $song_id) { </td> <td> <a href="<?php echo $web_path; ?>/flag.php?action=show_flag&type=song&id=<?php echo $song->id; ?>"> - <? + <?php if ($song->has_flag()) { echo get_user_icon('flag'); } |