diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-12-18 09:16:20 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-12-18 09:16:20 +0000 |
commit | ce284d7a8329ab68ae6c12cc6f68f1d34d90d863 (patch) | |
tree | 8d5bdbc640009c5582d8d3feae02787a78f138aa /admin | |
parent | c6feba1f33ce8352606cf07715037976abecb9df (diff) | |
download | ampache-ce284d7a8329ab68ae6c12cc6f68f1d34d90d863.tar.gz ampache-ce284d7a8329ab68ae6c12cc6f68f1d34d90d863.tar.bz2 ampache-ce284d7a8329ab68ae6c12cc6f68f1d34d90d863.zip |
last commit pre beta1 release
Diffstat (limited to 'admin')
-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; |