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:
Diffstat (limited to 'test/classes/ErrorReportTest.php')
-rw-r--r--test/classes/ErrorReportTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/classes/ErrorReportTest.php b/test/classes/ErrorReportTest.php
index 19373305fc..b10a6712f2 100644
--- a/test/classes/ErrorReportTest.php
+++ b/test/classes/ErrorReportTest.php
@@ -217,7 +217,7 @@ class ErrorReportTest extends AbstractTestCase
' if (response.success) {',
' // Get the column min value.',
' var min = response.column_data.min',
- ' ? \'(\' + Messages.strColumnMin +',
+ ' ? \'(\' + window.Messages.strColumnMin +',
' this.completion.cm.removeKeyMap(this.keyMap);',
' \' \' + response.column_data.min + \')\'',
' : \'\';',