Remove status message when picking folder for move #1650

This commit is contained in:
Andy Miller
2019-04-13 17:51:46 -06:00
parent 33c84222d7
commit 929aa195dc
2 changed files with 2 additions and 1 deletions

View File

@@ -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;