summaryrefslogtreecommitdiffstats
path: root/albums.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-01-17 04:45:28 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-01-17 04:45:28 +0000
commit407b618fc7c3a4be60e7ee14dca4d01edf205d44 (patch)
tree55ba8f4f1a21cb48feb0b74360e17683c8396789 /albums.php
parent2979c691e52422eb255ea2bc7be033c7d2a6a29f (diff)
downloadampache-407b618fc7c3a4be60e7ee14dca4d01edf205d44.tar.gz
ampache-407b618fc7c3a4be60e7ee14dca4d01edf205d44.tar.bz2
ampache-407b618fc7c3a4be60e7ee14dca4d01edf205d44.zip
localplay controllers and some spelling fixes
Diffstat (limited to 'albums.php')
-rw-r--r--albums.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/albums.php b/albums.php
index 59899811..e9dc3714 100644
--- a/albums.php
+++ b/albums.php
@@ -133,7 +133,7 @@ switch ($action) {
// Attempt to find the art.
$images = $album->find_art($options,'6');
- if (isset($_REQUEST['cover'])) {
+ if (!empty($_REQUEST['cover'])) {
$path_info = pathinfo($_REQUEST['cover']);
$cover_url[0]['url'] = scrub_in($_REQUEST['cover']);
$cover_url[0]['mime'] = 'image/' . $path_info['extension'];