[ticket/12337] Fix jQuery update migration file

PHPBB3-12337
This commit is contained in:
Matt Friedman 2014-04-01 06:50:00 -07:00
parent 2b77dcfca6
commit 025779ac62

View file

@ -3,7 +3,7 @@
*
* @package migration
* @copyright (c) 2014 phpBB Group
* @license http://opensource.org/licenses/gpl-license.php GNU Public License v2
* @license http://opensource.org/licenses/gpl-2.0.php GNU Public License v2
*
*/
@ -11,6 +11,11 @@ namespace phpbb\db\migration\data\v310;
class jquery_update2 extends \phpbb\db\migration\migration
{
public function effectively_installed()
{
return $this->config['load_jquery_url'] !== '//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js';
}
static public function depends_on()
{
return array(