aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2020-01-01 17:33:39 +0100
committerMarc Alexander <admin@m-a-styles.de>2020-01-01 17:33:39 +0100
commitbf58fafd76d26a9b98c3b800019b07599886ae3b (patch)
tree590908ed430649e971a9f9cfa2848e146a48d89f
parent53b3b1bb4081148b6106e0d7e2453ddc8afcb789 (diff)
parent693d008851f5871cf073ac6997c12c7c71ea8cb6 (diff)
downloadforums-bf58fafd76d26a9b98c3b800019b07599886ae3b.tar
forums-bf58fafd76d26a9b98c3b800019b07599886ae3b.tar.gz
forums-bf58fafd76d26a9b98c3b800019b07599886ae3b.tar.bz2
forums-bf58fafd76d26a9b98c3b800019b07599886ae3b.tar.xz
forums-bf58fafd76d26a9b98c3b800019b07599886ae3b.zip
Merge branch 'prep-release-3.2.9' into 3.2.x
-rw-r--r--phpBB/install/schemas/schema_data.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/schemas/schema_data.sql b/phpBB/install/schemas/schema_data.sql
index a00e2947bd..aded3e6bc3 100644
--- a/phpBB/install/schemas/schema_data.sql
+++ b/phpBB/install/schemas/schema_data.sql
@@ -185,7 +185,7 @@ INSERT INTO phpbb_config (config_name, config_value) VALUES ('load_cpf_viewprofi
INSERT INTO phpbb_config (config_name, config_value) VALUES ('load_cpf_viewtopic', '1');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('load_db_lastread', '1');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('load_db_track', '1');
-INSERT INTO phpbb_config (config_name, config_value) VALUES ('load_jquery_url', '//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js');
+INSERT INTO phpbb_config (config_name, config_value) VALUES ('load_jquery_url', '//ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('load_jumpbox', '1');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('load_moderators', '1');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('load_notifications', '1');