diff options
Diffstat (limited to 'templates/show_index.inc.php')
-rw-r--r-- | templates/show_index.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_index.inc.php b/templates/show_index.inc.php index 3f56d73e..938313c8 100644 --- a/templates/show_index.inc.php +++ b/templates/show_index.inc.php @@ -40,7 +40,7 @@ <!-- Recently Played --> <div id="recently_played"> <?php - $data = get_recently_played(); + $data = Song::get_recently_played(); show_box_top(_('Recently Played')); if (count($data)) { require_once Config::get('prefix') . '/templates/show_recently_played.inc.php'; } show_box_bottom(); |