diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-01-17 04:45:28 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-01-17 04:45:28 +0000 |
commit | 407b618fc7c3a4be60e7ee14dca4d01edf205d44 (patch) | |
tree | 55ba8f4f1a21cb48feb0b74360e17683c8396789 /albums.php | |
parent | 2979c691e52422eb255ea2bc7be033c7d2a6a29f (diff) | |
download | ampache-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.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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']; |