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, 3 insertions, 3 deletions
diff --git a/admin/batch_manager_global.php b/admin/batch_manager_global.php
index c374e888d..1a6f1130a 100644
--- a/admin/batch_manager_global.php
+++ b/admin/batch_manager_global.php
@@ -191,8 +191,8 @@ DELETE
);
}
- // name
- if ('name' == $action)
+ // title
+ if ('title' == $action)
{
$datas = array();
foreach ($collection as $image_id)
@@ -201,7 +201,7 @@ DELETE
$datas,
array(
'id' => $image_id,
- 'name' => $_POST['name']
+ 'name' => $_POST['title']
)
);
}