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 'libraries/File.class.php')
-rw-r--r--libraries/File.class.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/File.class.php b/libraries/File.class.php
index 3682ca0070..a17398d974 100644
--- a/libraries/File.class.php
+++ b/libraries/File.class.php
@@ -714,7 +714,7 @@ class PMA_File
*/
public function getContentLength()
{
- return $GLOBALS['PMA_String']->strlen($this->_content);
+ return /*overload*/mb_strlen($this->_content);
}
/**