summaryrefslogtreecommitdiffstats
path: root/templates/show_smartplaylist_row.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/show_smartplaylist_row.inc.php')
-rw-r--r--templates/show_smartplaylist_row.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_smartplaylist_row.inc.php b/templates/show_smartplaylist_row.inc.php
index bfefd2f2..77da914c 100644
--- a/templates/show_smartplaylist_row.inc.php
+++ b/templates/show_smartplaylist_row.inc.php
@@ -29,7 +29,7 @@
<td class="cel_action">
<?php if (Access::check_function('batch_download')) { ?>
<a href="<?php echo Config::get('web_path'); ?>/batch.php?action=smartplaylist&amp;id=<?php echo $playlist->id; ?>">
- <?php echo get_user_icon('batch_download', T_('Batch Download')); ?>
+ <?php echo UI::get_icon('batch_download', T_('Batch Download')); ?>
</a>
<?php } ?>
<?php if ($playlist->has_access()) { ?>