aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/db
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2013-03-07 13:15:55 +0100
committerJoas Schilling <nickvergessen@gmx.de>2013-03-07 13:15:55 +0100
commit60c0da8b54e5347e472d2ce97e756623717fd011 (patch)
tree1d72c6ddaefcc33b5b0ad5c4c1e18226546d29f0 /phpBB/includes/db
parent74a9ecfd24e745a0c0ad394bac915d121ea72278 (diff)
downloadforums-60c0da8b54e5347e472d2ce97e756623717fd011.tar
forums-60c0da8b54e5347e472d2ce97e756623717fd011.tar.gz
forums-60c0da8b54e5347e472d2ce97e756623717fd011.tar.bz2
forums-60c0da8b54e5347e472d2ce97e756623717fd011.tar.xz
forums-60c0da8b54e5347e472d2ce97e756623717fd011.zip
[ticket/9657] Remove empty update_data() method from p2 migration
PHPBB3-9657
Diffstat (limited to 'phpBB/includes/db')
-rw-r--r--phpBB/includes/db/migration/data/310/softdelete_p2.php6
1 files changed, 0 insertions, 6 deletions
diff --git a/phpBB/includes/db/migration/data/310/softdelete_p2.php b/phpBB/includes/db/migration/data/310/softdelete_p2.php
index 15de8e7185..7320a2c2bf 100644
--- a/phpBB/includes/db/migration/data/310/softdelete_p2.php
+++ b/phpBB/includes/db/migration/data/310/softdelete_p2.php
@@ -65,10 +65,4 @@ class phpbb_db_migration_data_310_softdelete_p2 extends phpbb_db_migration
),
);
}
-
- public function update_data()
- {
- return array(
- );
- }
}