Update Designer.php
Signed-off-by: Kamil Tekiela <tekiela246@gmail.com>
This commit is contained in:
parent
8caf17b0ac
commit
98902c87a8
@ -166,7 +166,7 @@ class Designer
|
||||
. Util::backquote($databaseDesignerSettingsFeature->database) . '.'
|
||||
. Util::backquote($databaseDesignerSettingsFeature->designerSettings)
|
||||
. ' WHERE ' . Util::backquote('username') . ' = "'
|
||||
. $GLOBALS['dbi']->escapeString($GLOBALS['cfg']['Server']['user'])
|
||||
. $this->dbi->escapeString($GLOBALS['cfg']['Server']['user'])
|
||||
. '";';
|
||||
|
||||
$result = $this->dbi->fetchSingleRow($query);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user