diff options
-rw-r--r-- | templates/show_song.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_song.inc.php b/templates/show_song.inc.php index d1c5dbe3..9c41d7e7 100644 --- a/templates/show_song.inc.php +++ b/templates/show_song.inc.php @@ -55,7 +55,7 @@ } } echo '<dt> Tags </dt><dd>'; - $tags = TagCloud::get_tags('song', array($song->id)); + $tags = Tag::get_object_tags('song', array($song->id)); foreach($tags as $i) echo $i['name'] . ' '; ?><form type=POST action=coin> |