diff options
Diffstat (limited to 'lib/class/catalog.class.php')
-rw-r--r-- | lib/class/catalog.class.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/class/catalog.class.php b/lib/class/catalog.class.php index 38bc462e..9b3c8f6f 100644 --- a/lib/class/catalog.class.php +++ b/lib/class/catalog.class.php @@ -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 |