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-04-26 00:22:09 +0300
committerFelipe Figueroa <amenadiel@gmail.com>2018-04-26 00:22:09 +0300
commit1133c9a7fcd3eba0718f9c294714bc92d1d9e675 (patch)
treeab3a90ec729a4e84ed7feab56f86083aca44194c /src/controllers/SqleditController.php
parent700b1e267642aeb5f8449d322b8c5bf7a75579bf (diff)
Moves statics to subfolder, transforms translation to classes
Diffstat (limited to 'src/controllers/SqleditController.php')
-rw-r--r--src/controllers/SqleditController.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/controllers/SqleditController.php b/src/controllers/SqleditController.php
index 44b2ab99..d14a962a 100644
--- a/src/controllers/SqleditController.php
+++ b/src/controllers/SqleditController.php
@@ -15,9 +15,8 @@ class SqleditController extends BaseController
{
use \PHPPgAdmin\Traits\ServersTrait;
- public $controller_name = 'SqleditController';
- public $query = '';
- public $subject = '';
+ public $query = '';
+ public $subject = '';
public $start_time;
public $duration;