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:
Diffstat (limited to 'transformation_wrapper.php')
-rw-r--r--transformation_wrapper.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/transformation_wrapper.php b/transformation_wrapper.php
index f1462143bc..ac9b272dee 100644
--- a/transformation_wrapper.php
+++ b/transformation_wrapper.php
@@ -77,7 +77,7 @@ if ($cfgRelation['commwork'] && $cfgRelation['mimework']) {
);
foreach ($mime_options as $key => $option) {
- if ($GLOBALS['PMA_String']->substr($option, 0, 10) == '; charset=') {
+ if (/*overload*/mb_substr($option, 0, 10) == '; charset=') {
$mime_options['charset'] = $option;
}
}