From 3ac90131cee1432d8278cdeff47961a50d8c7125 Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Sun, 31 Dec 2006 23:16:58 +0000 Subject: * Updated CSS to improve compatibiliy and make appearance more consistant (Thx Spocky) * Fixed some issues with the Amazon Album art gathering created when I re-wrote it --- lib/album.lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/album.lib.php') diff --git a/lib/album.lib.php b/lib/album.lib.php index 891c1b24..d01691b2 100644 --- a/lib/album.lib.php +++ b/lib/album.lib.php @@ -43,7 +43,7 @@ function get_image_from_source($data) { // Check to see if it's a URL if (isset($data['url'])) { $snoopy = new Snoopy(); - $snoopy->fetch($results['url']); + $snoopy->fetch($data['url']); return $snoopy->results; } -- cgit