diff options
Diffstat (limited to 'admin/duplicates.php')
-rw-r--r-- | admin/duplicates.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/duplicates.php b/admin/duplicates.php index e06cf84e..4eb6ebb2 100644 --- a/admin/duplicates.php +++ b/admin/duplicates.php @@ -33,7 +33,7 @@ show_header(); switch ($_REQUEST['action']) { case 'find_duplicates': $search_type = Dba::escape($_REQUEST['search_type']); - $duplicates = Catalog::get_duplicate_songs($search_type); + $duplicates = Song::find_duplicates($search_type); require_once Config::get('prefix') . '/templates/show_duplicate.inc.php'; require_once Config::get('prefix') . '/templates/show_duplicates.inc.php'; break; |