aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/db/migration/data/v310/allow_cdn.php
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2013-10-10 23:45:22 +0200
committerAndreas Fischer <bantu@phpbb.com>2013-10-10 23:45:22 +0200
commit51cc7155041c95ca47147072c1c04449ad0bcf67 (patch)
tree482b91d6e69e7ac7e6e22e2504afda998e2a793b /phpBB/phpbb/db/migration/data/v310/allow_cdn.php
parenta409d398814489b90c94eeb3bf8b3bbde1df0842 (diff)
downloadforums-51cc7155041c95ca47147072c1c04449ad0bcf67.tar
forums-51cc7155041c95ca47147072c1c04449ad0bcf67.tar.gz
forums-51cc7155041c95ca47147072c1c04449ad0bcf67.tar.bz2
forums-51cc7155041c95ca47147072c1c04449ad0bcf67.tar.xz
forums-51cc7155041c95ca47147072c1c04449ad0bcf67.zip
[ticket/11703] Extend the correct migration class.
PHPBB3-11703
Diffstat (limited to 'phpBB/phpbb/db/migration/data/v310/allow_cdn.php')
-rw-r--r--phpBB/phpbb/db/migration/data/v310/allow_cdn.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/db/migration/data/v310/allow_cdn.php b/phpBB/phpbb/db/migration/data/v310/allow_cdn.php
index 0b79ac77f9..aa471df6e7 100644
--- a/phpBB/phpbb/db/migration/data/v310/allow_cdn.php
+++ b/phpBB/phpbb/db/migration/data/v310/allow_cdn.php
@@ -9,7 +9,7 @@
namespace phpbb\db\migration\data\v310;
-class allow_cdn extends phpbb_db_migration
+class allow_cdn extends \phpbb\db\migration\migration
{
public function effectively_installed()
{