summaryrefslogtreecommitdiffstats
path: root/lib/class/catalog.class.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/class/catalog.class.php')
-rw-r--r--lib/class/catalog.class.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/class/catalog.class.php b/lib/class/catalog.class.php
index ee51e9e5..153153e1 100644
--- a/lib/class/catalog.class.php
+++ b/lib/class/catalog.class.php
@@ -640,7 +640,7 @@ class Catalog {
if (count($results)) {
// Pull the string representation from the source
- $image = get_image_from_source($results['0']);
+ $image = Album::get_image_from_source($results['0']);
if (strlen($image) > '5') {
$album->insert_art($image,$results['0']['mime']);
}