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:43:34 +0300
committerFelipe Figueroa <amenadiel@gmail.com>2018-02-15 22:43:34 +0300
commitbd98efb04690870bc69146f666d3c252004a2154 (patch)
tree000b26b2443d4b8962abe7c9be4a5eb0154374e0 /src/controllers/LanguagesController.php
parent5739f96c854c62782d60198071c6be2f55ccab75 (diff)
remove unused assignments to variable
Diffstat (limited to 'src/controllers/LanguagesController.php')
-rw-r--r--src/controllers/LanguagesController.php5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/controllers/LanguagesController.php b/src/controllers/LanguagesController.php
index 65d495c0..9524a006 100644
--- a/src/controllers/LanguagesController.php
+++ b/src/controllers/LanguagesController.php
@@ -20,7 +20,6 @@ class LanguagesController extends BaseController
*/
public function render()
{
- $conf = $this->conf;
$lang = $this->lang;
$action = $this->action;
@@ -48,7 +47,6 @@ class LanguagesController extends BaseController
*/
public function doDefault($msg = '')
{
- $conf = $this->conf;
$lang = $this->lang;
$data = $this->misc->getDatabaseAccessor();
@@ -64,7 +62,7 @@ class LanguagesController extends BaseController
'title' => $lang['strname'],
'field' => Decorator::field('lanname'),
],
- 'trusted' => [
+ 'trusted' => [
'title' => $lang['strtrusted'],
'field' => Decorator::field('lanpltrusted'),
'type' => 'yesno',
@@ -85,7 +83,6 @@ class LanguagesController extends BaseController
*/
public function doTree()
{
- $conf = $this->conf;
$lang = $this->lang;
$data = $this->misc->getDatabaseAccessor();