mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-12 06:18:52 +00:00
[ticket/12337] Fix jQuery update migration file
PHPBB3-12337
This commit is contained in:
parent
2b77dcfca6
commit
025779ac62
1 changed files with 6 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
*
|
*
|
||||||
* @package migration
|
* @package migration
|
||||||
* @copyright (c) 2014 phpBB Group
|
* @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
|
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()
|
static public function depends_on()
|
||||||
{
|
{
|
||||||
return array(
|
return array(
|
||||||
|
|
Loading…
Add table
Reference in a new issue