diff --git a/libraries/DisplayResults.class.php b/libraries/DisplayResults.class.php index 387d5356a4..9cbad1b47e 100644 --- a/libraries/DisplayResults.class.php +++ b/libraries/DisplayResults.class.php @@ -2859,8 +2859,8 @@ class PMA_DisplayResults $meta->mimetype = str_replace( '_', '/', $this->transformation_info[strtolower($this->__get('db'))] - [strtolower($this->__get('table'))] - [strtolower($meta->name)][2] + [strtolower($this->__get('table'))] + [strtolower($meta->name)][2] ); }