Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/QA_4_0' into QA_4_0
Browse files Browse the repository at this point in the history
  • Loading branch information
weblate committed Jul 29, 2013
2 parents 24b93c3 + 90b04fd commit 4039f0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion import.php
Expand Up @@ -616,7 +616,7 @@
$response = PMA_Response::getInstance();
$response->isSuccess(true);
$response->addJSON('message', PMA_Message::success($msg));
$response->addJSON('sql_query', PMA_Util::getMessage('', $sql_query));
$response->addJSON('sql_query', PMA_Util::getMessage($msg, $sql_query, 'success'));
} else if ($result == false) {
$response = PMA_Response::getInstance();
$response->isSuccess(false);
Expand Down

0 comments on commit 4039f0c

Please sign in to comment.