aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/phpbb')
-rw-r--r--phpBB/phpbb/db/migration/data/v32x/f_list_topics_permission_add.php7
1 files changed, 0 insertions, 7 deletions
diff --git a/phpBB/phpbb/db/migration/data/v32x/f_list_topics_permission_add.php b/phpBB/phpbb/db/migration/data/v32x/f_list_topics_permission_add.php
index 175c27da03..e4b77d0f0f 100644
--- a/phpBB/phpbb/db/migration/data/v32x/f_list_topics_permission_add.php
+++ b/phpBB/phpbb/db/migration/data/v32x/f_list_topics_permission_add.php
@@ -28,11 +28,4 @@ class f_list_topics_permission_add extends \phpbb\db\migration\migration
array('permission.add', array('f_list_topics', false)),
);
}
-
- public function revert_data()
- {
- return array(
- array('permission.remove', array('f_list_topics', false)),
- );
- }
}