diff options
Diffstat (limited to 'admin/flag.php')
-rw-r--r-- | admin/flag.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/flag.php b/admin/flag.php index 9cce736d..9f3d0c28 100644 --- a/admin/flag.php +++ b/admin/flag.php @@ -118,7 +118,7 @@ switch ($_REQUEST['action']) { } // end foreach songs // Clean out the old album - $catalog->clean_albums(); + Album::gc(); show_confirmation(T_('Album Updated'),'',Config::get('web_path') . '/admin/index.php'); @@ -160,7 +160,7 @@ switch ($_REQUEST['action']) { } // end foreach songs // Clean out the old artist(s) - $catalog->clean_artists(); + Artist::gc(); show_confirmation(T_('Artist Updated'),'',Config::get('web_path') . '/admin/index.php'); |