aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2018-12-13 21:22:58 +0100
committerMarc Alexander <admin@m-a-styles.de>2018-12-13 21:22:58 +0100
commit37b33e6b6772d5ed6ad6e538754a2a82b37441b1 (patch)
treebf905e2f2dab198da27cbc86519abbcca915f007 /phpBB
parent179c6067be3e792bb3bbfa304bf5ae1600b63989 (diff)
downloadforums-37b33e6b6772d5ed6ad6e538754a2a82b37441b1.tar
forums-37b33e6b6772d5ed6ad6e538754a2a82b37441b1.tar.gz
forums-37b33e6b6772d5ed6ad6e538754a2a82b37441b1.tar.bz2
forums-37b33e6b6772d5ed6ad6e538754a2a82b37441b1.tar.xz
forums-37b33e6b6772d5ed6ad6e538754a2a82b37441b1.zip
[security/229] Adjust effectively_installed on jquery update migration
SECURITY-229
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/phpbb/db/migration/data/v32x/jquery_update.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/db/migration/data/v32x/jquery_update.php b/phpBB/phpbb/db/migration/data/v32x/jquery_update.php
index f35cac7a0d..6dc58ec638 100644
--- a/phpBB/phpbb/db/migration/data/v32x/jquery_update.php
+++ b/phpBB/phpbb/db/migration/data/v32x/jquery_update.php
@@ -17,7 +17,7 @@ class jquery_update extends \phpbb\db\migration\migration
{
public function effectively_installed()
{
- return $this->config['load_jquery_url'] !== '//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js';
+ return $this->config['load_jquery_url'] === '//ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js';
}
static public function depends_on()