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:
authorFelipe Figueroa <amenadiel@gmail.com>2018-02-15 22:45:25 +0300
committerStyleCI Bot <bot@styleci.io>2018-02-15 22:45:25 +0300
commit965994d1b237f48021e7af107adf7f2c9c527da2 (patch)
tree8fcf3635800cd4ade2ce77237e4d505ae6700ed4 /src/controllers/PrivilegesController.php
parentbe895269cc94a65df9beb82e7764601479dd488f (diff)
Apply fixes from StyleCI
[ci skip] [skip ci]
Diffstat (limited to 'src/controllers/PrivilegesController.php')
-rw-r--r--src/controllers/PrivilegesController.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/controllers/PrivilegesController.php b/src/controllers/PrivilegesController.php
index 4ef2c708..b1751664 100644
--- a/src/controllers/PrivilegesController.php
+++ b/src/controllers/PrivilegesController.php
@@ -19,7 +19,6 @@ class PrivilegesController extends BaseController
*/
public function render()
{
-
$lang = $this->lang;
$action = $this->action;
$data = $this->misc->getDatabaseAccessor();
@@ -56,7 +55,6 @@ class PrivilegesController extends BaseController
*/
public function doDefault($msg = '')
{
-
$lang = $this->lang;
$action = $this->action;
$data = $this->misc->getDatabaseAccessor();
@@ -278,7 +276,6 @@ class PrivilegesController extends BaseController
*/
public function doAlter($confirm, $mode, $msg = '')
{
-
$lang = $this->lang;
$action = $this->action;
$data = $this->misc->getDatabaseAccessor();