1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-04 10:19:25 +02:00

commit everything.

This commit is contained in:
Karl 'vollmerk' Vollmer 2010-03-22 04:11:39 +00:00
parent b2dca63940
commit bcf2c41c9f
2 changed files with 5 additions and 4 deletions

View file

@ -715,7 +715,7 @@ class Catalog extends database_object {
if (count($results)) {
// Pull the string representation from the source
$image = Art::get_from_source($results['0']);
$image = $art->get_from_source($results['0']);
if (strlen($image) > '5') {
$art->insert($image,$results['0']['mime']);
// If they've enabled resizing of images generate the thumbnail now