mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[security/229] Adjust effectively_installed on jquery update migration
SECURITY-229
This commit is contained in:
parent
179c6067be
commit
37b33e6b67
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Reference in a new issue