diff options
Diffstat (limited to 'phpBB/phpbb/db')
-rw-r--r-- | phpBB/phpbb/db/migration/data/v310/notifications_use_full_name.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/phpbb/db/migration/data/v310/notifications_use_full_name.php b/phpBB/phpbb/db/migration/data/v310/notifications_use_full_name.php index 5ae91e4044..1cb2e250c5 100644 --- a/phpBB/phpbb/db/migration/data/v310/notifications_use_full_name.php +++ b/phpBB/phpbb/db/migration/data/v310/notifications_use_full_name.php @@ -15,7 +15,7 @@ namespace phpbb\db\migration\data\v310; class notifications_use_full_name extends \phpbb\db\migration\migration { - private $notification_types = array( + protected $notification_types = array( 'admin_activate_user', 'approve_post', 'approve_topic', @@ -35,7 +35,7 @@ class notifications_use_full_name extends \phpbb\db\migration\migration 'topic', 'topic_in_queue'); - private $notification_methods = array( + protected $notification_methods = array( 'email', 'jabber', ); |