Fix variable name
This commit is contained in:
parent
9f029508df
commit
d7e0002af6
@ -253,7 +253,7 @@ if (isset($plugin_list)) {
|
||||
|
||||
$text_output = '';
|
||||
|
||||
$extracted_fieldspec = PMA_extractFieldSpec($row['Type']);
|
||||
$extracted_fieldspec = PMA_extractFieldSpec($column['Type']);
|
||||
$type = $extracted_fieldspec['print_type'];
|
||||
if (empty($type)) {
|
||||
$type = ' ';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user