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
path: root/setup
diff options
context:
space:
mode:
authorMadhura Jayaratne <madhura.cj@gmail.com>2012-06-01 20:22:30 +0400
committerMadhura Jayaratne <madhura.cj@gmail.com>2012-06-01 20:22:30 +0400
commit10510e16b4973f096b0ca05217dda8701f60da7c (patch)
tree000314395d9070672216078d22fdeb3b5e9b79cb /setup
parent381ae7b85a87e98c296aa4044c12ad8766e8b4c9 (diff)
Fix function name: PMA_download_header -> PMA_downloadHeader
Diffstat (limited to 'setup')
-rw-r--r--setup/config.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup/config.php b/setup/config.php
index 34904af14c..e923211132 100644
--- a/setup/config.php
+++ b/setup/config.php
@@ -38,7 +38,7 @@ if (PMA_ifSetOr($_POST['submit_clear'], '')) {
//
// Output generated config file
//
- PMA_download_header('config.inc.php', 'text/plain');
+ PMA_downloadHeader('config.inc.php', 'text/plain');
echo ConfigGenerator::getConfigFile();
exit;
} elseif (PMA_ifSetOr($_POST['submit_save'], '')) {