From bf486ccd1f60e2a3ddcf72a4f745d4d3f568ebda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tekin=20Bird=C3=BCzen?= Date: Wed, 10 Dec 2014 09:02:55 -0500 Subject: [PATCH] Fixed typo in variable name Signed-off-by: Marc Delisle --- libraries/error_report.lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/error_report.lib.php b/libraries/error_report.lib.php index 86f908b6f4..b306a79368 100644 --- a/libraries/error_report.lib.php +++ b/libraries/error_report.lib.php @@ -210,7 +210,7 @@ function PMA_sendErrorReport($report) } $curl_handle = curl_init(SUBMISSION_URL); - if ($curl_hadle === false) { + if ($curl_handle === false) { return null; } $curl_handle = PMA_Util::configureCurl($curl_handle);