mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-08 02:43:04 +02:00
[security/229] Adjust effectively_installed on jquery update migration
SECURITY-229
This commit is contained in:
@ -17,7 +17,7 @@ class jquery_update extends \phpbb\db\migration\migration
|
|||||||
{
|
{
|
||||||
public function effectively_installed()
|
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()
|
static public function depends_on()
|
||||||
|
Reference in New Issue
Block a user