Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/HuasoFoundries/phpPgAdmin6.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/controllers/DbexportController.php')
-rw-r--r--src/controllers/DbexportController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controllers/DbexportController.php b/src/controllers/DbexportController.php
index 4c451dfc..94a236ae 100644
--- a/src/controllers/DbexportController.php
+++ b/src/controllers/DbexportController.php
@@ -14,7 +14,7 @@ class DbexportController extends BaseController
/**
* Default method to render the controller according to the action parameter.
*/
- public function render()
+ public function render()
{
$data = $this->misc->getDatabaseAccessor();