mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 21:38:54 +00:00
[ticket/10155] Make effectively installed test more specific
PHPBB3-10155
This commit is contained in:
parent
ac26be98c6
commit
73d6855edf
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ class phpbb_db_migration_data_310_jquery_update extends phpbb_db_migration
|
|||
{
|
||||
public function effectively_installed()
|
||||
{
|
||||
return !isset($this->config['load_jquery_url']);
|
||||
return $this->config['load_jquery_url'] !== '//ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js';
|
||||
}
|
||||
|
||||
static public function depends_on()
|
||||
|
|
Loading…
Add table
Reference in a new issue