summaryrefslogtreecommitdiffstats
path: root/templates/show_song.inc.php
diff options
context:
space:
mode:
authorxgizzmo <xgizzmo@ampache>2008-05-16 00:16:13 +0000
committerxgizzmo <xgizzmo@ampache>2008-05-16 00:16:13 +0000
commitd693ae5cb0e64e7071290a937fe6b9ad221e0ae6 (patch)
treee2a3eb836a684109cb83dba6364eb8b59f6df5bd /templates/show_song.inc.php
parenta502e236d135fe68b4abd5b30be1febf366d5c40 (diff)
downloadampache-d693ae5cb0e64e7071290a937fe6b9ad221e0ae6.tar.gz
ampache-d693ae5cb0e64e7071290a937fe6b9ad221e0ae6.tar.bz2
ampache-d693ae5cb0e64e7071290a937fe6b9ad221e0ae6.zip
Changed a reference to TagCloud
Diffstat (limited to 'templates/show_song.inc.php')
-rw-r--r--templates/show_song.inc.php2
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>