From: garvinhicking Date: Mon, 21 May 2007 14:47:54 +0000 (+0000) Subject: . X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=d3f6236c60e3426231bd99ca7c07f4ce483b4a9b;p=s9y.git . --- diff --git a/include/functions_images.inc.php b/include/functions_images.inc.php index 0fbbe6f..59d198c 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);