aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorGreg Froese <greg.froese@gmail.com>2009-05-18 12:57:59 +0000
committerGreg Froese <greg.froese@gmail.com>2009-05-18 12:57:59 +0000
commit70ad5de3a1d4fffc8b3d97c301194bb0258b4c68 (patch)
tree765e5d8b7081fd3373df0fb89d33a237a0239fce /lib
parentdd81b02a85596a913c4a42fba655766b61334eb1 (diff)
downloadelgg-70ad5de3a1d4fffc8b3d97c301194bb0258b4c68.tar.gz
elgg-70ad5de3a1d4fffc8b3d97c301194bb0258b4c68.tar.bz2
fixed watermarking after code re-org and added most recently viewed option
Diffstat (limited to 'lib')
-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);
}
/*