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:
-rw-r--r--ChangeLog1
-rw-r--r--setup/index.php1
2 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1490aac50a..c0a5e39721 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -49,6 +49,7 @@ phpMyAdmin - ChangeLog
- bug #4912 "Highlight pointer" and "Row marker" doesn't work properly
- bug Browse foreigners window goes out of the window
- bug #4918 Date field popup dialog position bug
+- bug In /setup, PMA_messages is not defined
4.4.7.0 (2015-05-16)
- bug #4876 Settings issues (Favorite tables shown twice in Settings)
diff --git a/setup/index.php b/setup/index.php
index 5ef68c268e..2f8f8a7b0e 100644
--- a/setup/index.php
+++ b/setup/index.php
@@ -43,6 +43,7 @@ PMA_noCacheHeader();
<script type="text/javascript" src="ajax.js"></script>
<script type="text/javascript" src="../js/config.js"></script>
<script type="text/javascript" src="scripts.js"></script>
+<script type="text/javascript" src="../js/messages.php"></script>
</head>
<body>
<h1><span class="blue">php</span><span class="orange">MyAdmin</span> setup</h1>