From f5824fa24c11ad72636b3fc31feff60dfc8ca242 Mon Sep 17 00:00:00 2001 From: Romain Neutron Date: Wed, 18 Jul 2012 23:50:00 +0200 Subject: [PATCH] Fix stamp --- lib/Alchemy/Phrasea/Application/Overview.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Alchemy/Phrasea/Application/Overview.php b/lib/Alchemy/Phrasea/Application/Overview.php index ea2d561569..731e27a4d7 100644 --- a/lib/Alchemy/Phrasea/Application/Overview.php +++ b/lib/Alchemy/Phrasea/Application/Overview.php @@ -38,7 +38,7 @@ return call_user_func( if ($watermark === true && $file->get_type() === \media_subdef::TYPE_IMAGE) { $pathOut = \recordutils_image::watermark($file); } elseif ($stamp === true && $file->get_type() === \media_subdef::TYPE_IMAGE) { - $pathOut = \recordutils_image::stamp($record->get_base_id(), $record->get_record_id()); + $pathOut = \recordutils_image::stamp($file); } $log_id = null;