From f76f4692892894cf73d3bfb899dc5c704905ee08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Wed, 13 Sep 2017 09:05:10 +0200 Subject: Avoid using print as method name MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This seems to confuse some parsers as print is keyword. Signed-off-by: Michal Čihař --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'index.php') diff --git a/index.php b/index.php index bb14dce20f..aa59340134 100644 --- a/index.php +++ b/index.php @@ -94,7 +94,7 @@ if ($response->isAjax() && ! empty($_REQUEST['recent_table'])) { if ($GLOBALS['PMA_Config']->isGitRevision()) { if (isset($_REQUEST['git_revision']) && $response->isAjax()) { - GitRevision::print(); + GitRevision::display(); exit; } echo '
'; -- cgit v1.2.3