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:
authorRouslan Placella <rouslan@placella.com>2012-12-09 04:29:49 +0400
committerRouslan Placella <rouslan@placella.com>2012-12-14 23:05:04 +0400
commit0f317d4b56d560d3e77cb906fc087fca0068e223 (patch)
tree2c95f1a8b63e2f66ea65be6a1d7159178cbee39d /server_status_variables.php
parent1b34379da9db0cc40673c7fe0a9d05353ef69afc (diff)
Removed redundant parameter
Diffstat (limited to 'server_status_variables.php')
-rw-r--r--server_status_variables.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/server_status_variables.php b/server_status_variables.php
index bb7b75168b..06486ca8ea 100644
--- a/server_status_variables.php
+++ b/server_status_variables.php
@@ -32,7 +32,7 @@ if (isset($_REQUEST['flush'])) {
unset($_flush_commands);
}
-$ServerStatusData = new PMA_ServerStatusData('server_status_variables.php');
+$ServerStatusData = new PMA_ServerStatusData();
$response = PMA_Response::getInstance();
$header = $response->getHeader();