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-06-06 03:11:54 +0300
committerFelipe Figueroa <amenadiel@gmail.com>2018-06-06 03:11:54 +0300
commit8797a304b479f0a44352cba18ceab8008c5f74eb (patch)
tree0b747ba1583e8bab368ba214a555c1a0123c10c8 /src/database
parent9a30ec2093a77e5f4467379bcb276d48755477d8 (diff)
removing dead code
Diffstat (limited to 'src/database')
-rw-r--r--src/database/databasetraits/RoleTrait.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/database/databasetraits/RoleTrait.php b/src/database/databasetraits/RoleTrait.php
index 279d23b0..74fd5afe 100644
--- a/src/database/databasetraits/RoleTrait.php
+++ b/src/database/databasetraits/RoleTrait.php
@@ -230,8 +230,7 @@ trait RoleTrait
$rolename = $newrolename;
}
- $status =
- $this->setRole(
+ $status = $this->setRole(
$rolename,
$password,
$superuser,