diff options
author | Paul 'flowerysong' Arthur <flowerysong00@yahoo.com> | 2010-05-09 19:50:35 +0000 |
---|---|---|
committer | Paul 'flowerysong' Arthur <flowerysong00@yahoo.com> | 2010-05-09 19:50:35 +0000 |
commit | 3a5a8dad2e8ddc0162496baa3f839651c05b2843 (patch) | |
tree | e974f8ea0c9e60435a80092ab7537fbd6cba0339 /image.php | |
parent | 5e4162cd0ada44796008c6d1cafb98ecf62226c1 (diff) | |
download | ampache-3a5a8dad2e8ddc0162496baa3f839651c05b2843.tar.gz ampache-3a5a8dad2e8ddc0162496baa3f839651c05b2843.tar.bz2 ampache-3a5a8dad2e8ddc0162496baa3f839651c05b2843.zip |
Some more Art-related cleanup. Removing references to album_data, removing old
art methods from Album, etc. Should fix FS#76
Diffstat (limited to 'image.php')
-rw-r--r-- | image.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -78,7 +78,7 @@ switch ($_GET['type']) { case 'session': vauth::check_session(); $key = scrub_in($_REQUEST['image_index']); - $image = Album::get_image_from_source($_SESSION['form']['images'][$key]); + $image = Art::get_from_source($_SESSION['form']['images'][$key]); $mime = $_SESSION['form']['images'][$key]['mime']; $data = explode("/",$mime); $extension = $data['1']; |