summaryrefslogtreecommitdiffstats
path: root/templates/show_user.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/show_user.inc.php')
-rw-r--r--templates/show_user.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_user.inc.php b/templates/show_user.inc.php
index 1765fb6b..96ca8773 100644
--- a/templates/show_user.inc.php
+++ b/templates/show_user.inc.php
@@ -66,7 +66,7 @@ $client->format();
<td>
<?php
echo "<h2>" . _('Recently Played') . "</h2>\n";
- $data = get_recently_played($client->id);
+ $data = Song::get_recently_played($client->id);
require Config::get('prefix') . '/templates/show_recently_played.inc.php';
?>
</td>