Merge remote-tracking branch 'origin/master'

This commit is contained in:
Weblate 2014-01-06 15:24:22 +01:00
commit 6124074f8a

View File

@ -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]
);
}