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:
authorMohamed Ashraf <mohamed.ashraf.213@gmail.com>2013-07-29 18:55:27 +0400
committerMohamed Ashraf <mohamed.ashraf.213@gmail.com>2013-07-29 18:55:27 +0400
commitf8fe8e5aa30aade6349e87cda859343dc80878cb (patch)
treefc3803a598f8b7c9798d7a15d89f251b33fc664b /js/error_report.js
parent92fad83168488979d2687f7ee69f5c72a2173170 (diff)
Stacktrace now translated if line counts exist
Diffstat (limited to 'js/error_report.js')
-rw-r--r--js/error_report.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/js/error_report.js b/js/error_report.js
index 8f40cc2259..c2b159ee35 100644
--- a/js/error_report.js
+++ b/js/error_report.js
@@ -202,7 +202,7 @@ var ErrorReport = {
var report_data = {
"ajax_request": true,
"token": token,
- "exception": ErrorReport._simplify_exception(exception),
+ "exception": exception,
"current_url": window.location.href,
"microhistory": ErrorReport._get_microhistory(),
"scripts": AJAX.cache.pages[AJAX.cache.current-1].scripts.map(
@@ -322,4 +322,3 @@ ErrorReport.set_up_error_reporting();
$(function(){
ErrorReport.wrap_global_functions();
})
-