1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-13 19:15:20 +02:00

[ticket/10155] Make effectively installed test more specific

PHPBB3-10155
This commit is contained in:
Matt Friedman 2013-03-22 11:22:25 -07:00
parent ac26be98c6
commit 73d6855edf

View File

@ -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()