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/ViewsController.php')
-rw-r--r--src/controllers/ViewsController.php6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/controllers/ViewsController.php b/src/controllers/ViewsController.php
index 3872e19f..1f8f5305 100644
--- a/src/controllers/ViewsController.php
+++ b/src/controllers/ViewsController.php
@@ -126,9 +126,7 @@ class ViewsController extends BaseController
'title' => $this->lang['strview'],
'field' => Decorator::field('relname'),
'url' => \containerInstance()->getDestinationWithLastTab('view'),
- '/redirect/view?%s&',
- $this->misc->href
- ),
+
'vars' => [$this->keystring => 'relname'],
],
'owner' => [
@@ -287,7 +285,7 @@ class ViewsController extends BaseController
$this->printTrail('view');
$this->printTitle($this->lang['strdrop'], 'pg.view.drop');
- echo '<form action="' . \containerInstance()->subFolder . '/src/views/views" method="post">' . \PHP_EOL;
+ echo '<form action="views" method="post">' . \PHP_EOL;
//If multi drop
if (isset($_REQUEST['ma'])) {