From 826a885a90b2f9628a9c0a1b52f94e2016bbd255 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Mon, 28 Nov 2016 11:37:09 +0100 Subject: [PATCH] Fix comment for sql-parser vendor config MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes #12745 Signed-off-by: Michal Čihař --- libraries/vendor_config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/vendor_config.php b/libraries/vendor_config.php index 54bd4bb205..025eba39cb 100644 --- a/libraries/vendor_config.php +++ b/libraries/vendor_config.php @@ -85,7 +85,7 @@ define('TCPDF_INC', './libraries/tcpdf/tcpdf.php'); define('PHPSECLIB_INC_DIR', './libraries/phpseclib/'); /** - * Path to the udan11/sql-parser. Useful when you want to use system version. + * Path to the phpmyadmin/sql-parser. Useful when you want to use system version. */ define('SQL_PARSER_AUTOLOAD', './libraries/sql-parser/autoload.php');