mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2026-01-18 13:33:07 +01:00
Remove status message when picking folder for move #1650
This commit is contained in:
@@ -1417,7 +1417,7 @@ class AdminController extends AdminBaseController
|
||||
$this->admin->json_response = [
|
||||
'status' => 'success',
|
||||
'child_type' => '',
|
||||
'message' => $this->admin::translate('PLUGIN_ADMIN.NO_CHILD_TYPE')
|
||||
// 'message' => $this->admin::translate('PLUGIN_ADMIN.NO_CHILD_TYPE')
|
||||
];
|
||||
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user