Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Čihař <michal@cihar.com>2014-05-28 12:43:19 +0400
committerMichal Čihař <michal@cihar.com>2014-05-28 12:43:33 +0400
commit1fb2276e2b4f435a1a79e056ffe0c37db01c91cf (patch)
treeaa68201f07e144d0727642614a72544fab56c4ea /error_report.php
parent6ef94bec201e585bb332bc3cea10efb4b0766e46 (diff)
Fix if formatting
Signed-off-by: Michal Čihař <michal@cihar.com>
Diffstat (limited to 'error_report.php')
-rw-r--r--error_report.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/error_report.php b/error_report.php
index 327a5a8d9b..7bc310f067 100644
--- a/error_report.php
+++ b/error_report.php
@@ -19,7 +19,8 @@ if (isset($_REQUEST['send_error_report'])
$success = false;
} else {
$decoded_response = json_decode($server_response, true);
- $success = !empty($decoded_response) ? $decoded_response["success"] : false; }
+ $success = !empty($decoded_response) ? $decoded_response["success"] : false;
+ }
/* Message to show to the user */
if ($success) {