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 'setup/frames/servers.inc.php')
-rw-r--r--setup/frames/servers.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup/frames/servers.inc.php b/setup/frames/servers.inc.php
index 10c02ac9cd..133f87a0a3 100644
--- a/setup/frames/servers.inc.php
+++ b/setup/frames/servers.inc.php
@@ -46,5 +46,5 @@ $form_display = new FormDisplay($cf);
foreach ($forms['Servers'] as $form_name => $form) {
$form_display->registerForm($form_name, $form, $id);
}
-process_formset($form_display);
+PMA_process_formset($form_display);
?>