From e753cca6d2c5e273655b60c5ce9370e59f60eef1 Mon Sep 17 00:00:00 2001 From: Damien Regad Date: Mon, 23 May 2016 21:54:11 +0200 Subject: [PATCH] Use JQUERY_VERSION constant in install.php Commit fc9a3320815f8341236cb7bf0c41855227a3c8c3 missed one occurence of jQuery version number. Issue #19932 --- admin/install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/install.php b/admin/install.php index c82319eeec..d56cefb242 100644 --- a/admin/install.php +++ b/admin/install.php @@ -99,7 +99,7 @@ function print_test( $p_test_description, $p_result, $p_hard_fail = true, $p_mes html_css_link( 'admin.css' ); html_content_type(); html_title( 'Administration - Installation' ); -html_javascript_link( 'jquery-1.11.3.min.js' ); +html_javascript_link( 'jquery-' . JQUERY_VERSION . '.min.js' ); html_javascript_link( 'install.js' ); html_head_end(); ?>