From dc02d8ec704bfc31f5c76a93f860411f4217468a Mon Sep 17 00:00:00 2001 From: Garvin Hicking Date: Mon, 21 May 2007 14:47:54 +0000 Subject: [PATCH] . --- include/functions_images.inc.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/include/functions_images.inc.php b/include/functions_images.inc.php index 0fbbe6fe..59d198c2 100644 --- a/include/functions_images.inc.php +++ b/include/functions_images.inc.php @@ -3171,7 +3171,12 @@ function serendipity_moveMediaDirectory($oldDir, $newDir, $type = 'dir', $item_i 'from' => $oldfile, 'to' => $newfile, 'thumb' => $serendipity['thumbSuffix'], - 'fthumb' => $file['thumbnail_name'] + 'fthumb' => $file['thumbnail_name'], + 'oldDir' => $oldDir, + 'newDir' => $newDir, + 'type' => $type, + 'item_id'=> $item_id, + 'file' => $file )); serendipity_plugin_api::hook_event('backend_media_rename', $renameValues);