aboutsummaryrefslogtreecommitdiff
path: root/lib/resize.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/resize.php')
-rw-r--r--lib/resize.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/resize.php b/lib/resize.php
index 1c28c49de..f9b7843e5 100644
--- a/lib/resize.php
+++ b/lib/resize.php
@@ -155,7 +155,9 @@
$file->largethumb = $prefix."largethumb".$filestorename;
}
- return true;
+ return array( "thumbnail" => $thumbnail,
+ "thumbsmall" => $thumbsmall,
+ "thumblarge" => $thumblarge);
}
/*