Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAshutosh Dhundhara <ashutoshdhundhara@yahoo.com>2014-08-16 23:40:14 +0400
committerAshutosh Dhundhara <ashutoshdhundhara@yahoo.com>2014-08-17 00:50:05 +0400
commit60610f9b8322e027cc656171e2c97caeebcbd98f (patch)
treef231f7a71cade255a423295260dae0032a570427 /sql.php
parent41c0fb56ed6a9f7bb168fda6a250702ebe358677 (diff)
Fix issues reported by Scrutinizer.
Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara@yahoo.com>
Diffstat (limited to 'sql.php')
-rw-r--r--sql.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql.php b/sql.php
index 25141ef975..0630122f06 100644
--- a/sql.php
+++ b/sql.php
@@ -59,7 +59,7 @@ if (! empty($goto)) {
if (! isset($err_url)) {
$err_url = (! empty($back) ? $back : $goto)
- . '?' . PMA_URL_getCommon($db)
+ . '?' . PMA_URL_getCommon($GLOBALS['db'])
. ((strpos(' ' . $goto, 'db_') != 1 && strlen($table))
? '&amp;table=' . urlencode($table)
: ''