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);