]> git.mjollnir.org Git - s9y.git/commitdiff
.
authorgarvinhicking <garvinhicking>
Mon, 21 May 2007 14:47:54 +0000 (14:47 +0000)
committergarvinhicking <garvinhicking>
Mon, 21 May 2007 14:47:54 +0000 (14:47 +0000)
include/functions_images.inc.php

index 0fbbe6fe75e19c2c8db52fac78b0c1ca7782ef86..59d198c2449123daf816ceb91ee10a6b81d6794b 100644 (file)
@@ -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);