diff options
Diffstat (limited to 'admin/flag.php')
-rw-r--r-- | admin/flag.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/admin/flag.php b/admin/flag.php index 7ebe05d5..f36b0651 100644 --- a/admin/flag.php +++ b/admin/flag.php @@ -153,6 +153,7 @@ switch ($action) { case 'show_edit_song': $_SESSION['source'] = return_referer(); $song = new Song($_REQUEST['song']); + $song->fill_ext_info(); $song->format_song(); require_once (conf('prefix') . '/templates/show_edit_song.inc.php'); break; |