diff --git a/op/op.Ajax.php b/op/op.Ajax.php index 64239460c..1510f3f06 100644 --- a/op/op.Ajax.php +++ b/op/op.Ajax.php @@ -546,7 +546,7 @@ switch($command) { add_log_line(); } else { header('Content-Type: application/json'); - echo json_encode(array('success'=>false, 'message'=>getMLText('error_remove_document'), 'data'=>'')); + echo json_encode(array('success'=>false, 'message'=>getMLText('error_remove_document')."
".getMLText($controller->getErrorMsg()), 'data'=>'')); } } else { header('Content-Type: application/json');