mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-07-14 02:50:13 -04:00
Return the task on success so that our UI can show it at 100%
This commit is contained in:
@@ -179,6 +179,7 @@ class Admin_Maintenance_Controller extends Admin_Controller {
|
||||
}
|
||||
print json_encode(
|
||||
array("result" => "success",
|
||||
"task" => $task->as_array(),
|
||||
"location" => url::site("admin/maintenance")));
|
||||
} else {
|
||||
print json_encode(
|
||||
|
||||
Reference in New Issue
Block a user