From d693ae5cb0e64e7071290a937fe6b9ad221e0ae6 Mon Sep 17 00:00:00 2001 From: xgizzmo Date: Fri, 16 May 2008 00:16:13 +0000 Subject: Changed a reference to TagCloud --- templates/show_song.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/show_song.inc.php') 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 '
Tags
'; - $tags = TagCloud::get_tags('song', array($song->id)); + $tags = Tag::get_object_tags('song', array($song->id)); foreach($tags as $i) echo $i['name'] . ' '; ?>
-- cgit