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:
authorMarc Delisle <marc@infomarc.info>2015-05-24 15:39:05 +0300
committerMarc Delisle <marc@infomarc.info>2015-05-24 15:39:05 +0300
commita723e049eb51a5f9344e295c5271be0979a4ce80 (patch)
tree4134e8648073137d181c63c8388cf6d89201c56a
parent0aeae03a4b919d9f0b71470a581a1c444f3c927b (diff)
In /setup, PMA_messages is not defined
Signed-off-by: Marc Delisle <marc@infomarc.info>
-rw-r--r--ChangeLog1
-rw-r--r--setup/index.php1
2 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f24fff018f..d72ac9c62d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,6 +8,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>