diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2009-02-18 04:01:42 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2009-02-18 04:01:42 +0000 |
commit | 5113c861d75e799f117c99362267ecb4b7413c86 (patch) | |
tree | bcfc90dcf5972a0402ee5b4589bcc5fc6a421a94 /lib/class/flag.class.php | |
parent | 5c3232311a307eb6378b1ca606f0676f1963f29e (diff) | |
download | ampache-5113c861d75e799f117c99362267ecb4b7413c86.tar.gz ampache-5113c861d75e799f117c99362267ecb4b7413c86.tar.bz2 ampache-5113c861d75e799f117c99362267ecb4b7413c86.zip |
corrected update_media_from_tags() reference and added debug to api for ping()
Diffstat (limited to 'lib/class/flag.class.php')
-rw-r--r-- | lib/class/flag.class.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/class/flag.class.php b/lib/class/flag.class.php index ba2480f8..797fde76 100644 --- a/lib/class/flag.class.php +++ b/lib/class/flag.class.php @@ -197,7 +197,7 @@ class Flag extends database_object { // Re-scan the file $song = new Song($this->object_id); - $info = Catalog::update_song_from_tags($song); + $info = Catalog::update_media_from_tags($song); // Delete the row $sql = "DELETE FROM `flagged` WHERE `id`='$this->id'"; |