aboutsummaryrefslogtreecommitdiffstats
path: root/admin/batch_manager_global.php
diff options
context:
space:
mode:
Diffstat (limited to 'admin/batch_manager_global.php')
-rw-r--r--admin/batch_manager_global.php6
1 files changed, 5 insertions, 1 deletions
diff --git a/admin/batch_manager_global.php b/admin/batch_manager_global.php
index 8b42165f7..83976df8f 100644
--- a/admin/batch_manager_global.php
+++ b/admin/batch_manager_global.php
@@ -768,7 +768,11 @@ SELECT id,path,tn_ext,file,filesize,level,name
'TN_SRC' => $src,
'FILE' => $row['file'],
'TITLE' => $title,
- 'LEVEL' => $row['level']
+ 'LEVEL' => $row['level'],
+ 'FILE_SRC' => $row['path'],
+ 'U_EDIT' =>
+ PHPWG_ROOT_PATH.'admin.php?page=picture_modify'.
+ '&image_id='.$row['id'],
)
);
}