summaryrefslogtreecommitdiffstats
path: root/image.php
diff options
context:
space:
mode:
authorPaul 'flowerysong' Arthur <flowerysong00@yahoo.com>2010-05-09 19:50:35 +0000
committerPaul 'flowerysong' Arthur <flowerysong00@yahoo.com>2010-05-09 19:50:35 +0000
commit3a5a8dad2e8ddc0162496baa3f839651c05b2843 (patch)
treee974f8ea0c9e60435a80092ab7537fbd6cba0339 /image.php
parent5e4162cd0ada44796008c6d1cafb98ecf62226c1 (diff)
downloadampache-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.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/image.php b/image.php
index 267e6f14..dfa581b7 100644
--- a/image.php
+++ b/image.php
@@ -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'];