summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/show_admin_info.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_admin_info.inc.php b/templates/show_admin_info.inc.php
index 439e281a..9e5f4bfa 100644
--- a/templates/show_admin_info.inc.php
+++ b/templates/show_admin_info.inc.php
@@ -26,7 +26,7 @@ $web_path = Config::get('web_path');
$flagged = Flag::get_recent(10);
/* Disabled Information Gathering */
-$songs = Catalog::get_disabled(10);
+$songs = Song::get_disabled(10);
?>
<?php show_box_top(T_('Last Ten Flagged Records')); ?>