From 31920c88a7b109d789511f45502c6291a2e617a0 Mon Sep 17 00:00:00 2001 From: Paul Arthur Date: Sat, 26 Jan 2013 00:40:03 -0500 Subject: Move Catalog::get_disabled() to Song --- templates/show_admin_info.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates') 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); ?> -- cgit