mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-08-12 01:51:28 -04:00
The delete button now deletes the selected items
This commit is contained in:
@@ -123,7 +123,7 @@ class Organize_Controller extends Controller {
|
||||
"task" => array("id" => $task->id,
|
||||
"percent_complete" => $task->percent_complete,
|
||||
"type" => $task->get("type"),
|
||||
"reload" => $task->get("refresh"),
|
||||
"post_process" => $task->get("post_process"),
|
||||
"status" => $task->status,
|
||||
"state" => $task->state,
|
||||
"done" => $task->done)));
|
||||
|
||||
Reference in New Issue
Block a user