From f499e9a9b795fd2f099a7675aea0846f39e32072 Mon Sep 17 00:00:00 2001 From: Dan Ungureanu Date: Tue, 15 Sep 2015 22:44:07 +0300 Subject: [PATCH] Fixed class name. Signed-off-by: Dan Ungureanu --- libraries/Linter.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/Linter.class.php b/libraries/Linter.class.php index db5ae01c8c..700fbe1bec 100644 --- a/libraries/Linter.class.php +++ b/libraries/Linter.class.php @@ -26,7 +26,7 @@ class PMA_Linter */ public static function getLines($str) { - if ((!($str instanceof UtfString)) + if ((!($str instanceof SqlParser\UtfString)) && (defined('USE_UTF_STRINGS')) && (USE_UTF_STRINGS) ) { // If the lexer uses UtfString for processing then the position will