From c2fd64dcf02159e6d02e2e2fe564d0168205cdac Mon Sep 17 00:00:00 2001 From: Garvin Hicking Date: Fri, 26 Jun 2009 21:39:27 +0000 Subject: [PATCH] proper parameter by stm9x9 --- include/functions_images.inc.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/functions_images.inc.php b/include/functions_images.inc.php index e4970fc7..a17c8413 100644 --- a/include/functions_images.inc.php +++ b/include/functions_images.inc.php @@ -3395,7 +3395,8 @@ function serendipity_moveMediaDirectory($oldDir, $newDir, $type = 'dir', $item_i 'newDir' => $newDir, 'type' => $type, 'item_id'=> $item_id, - 'file' => $file + 'file' => $file, + 'name' => $pick['name'] )); serendipity_plugin_api::hook_event('backend_media_rename', $renameValues);