Skip to content

Commit

Permalink
Fix #12099 Undefined index: controllink
Browse files Browse the repository at this point in the history
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
  • Loading branch information
madhuracj committed Mar 16, 2016
1 parent c8e51a1 commit 2f1c996
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ChangeLog
Expand Up @@ -57,6 +57,7 @@ phpMyAdmin - ChangeLog
- issue #11705 Fixed problems with PHP on Windows on table structure
- issue #12085 Like search strings being escaped incorrectly
- issue #12092 Rename exported databases/tables doesn't seem to work
- issue #12099 Undefined index: controllink

4.5.5.1 (2016-02-29)
- issue #11971 CREATE UNIQUE INDEX index type is not recognized by parser.
Expand Down
1 change: 1 addition & 0 deletions libraries/relation.lib.php
Expand Up @@ -483,6 +483,7 @@ function PMA_checkRelationsParam()

if ($GLOBALS['server'] == 0
|| empty($GLOBALS['cfg']['Server']['pmadb'])
|| empty($GLOBALS['controllink'])
|| ! $GLOBALS['dbi']->selectDb(
$GLOBALS['cfg']['Server']['pmadb'], $GLOBALS['controllink']
)
Expand Down

0 comments on commit 2f1c996

Please sign in to comment.