From 2c7e81bd3338d3c9cdb0306c6260b839aa9aaf8d Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Sun, 10 Aug 2014 02:23:28 +0200 Subject: [ticket/12956] Ensure the contact columns have been added before using them PHPBB3-12956 --- phpBB/phpbb/db/migration/data/v310/profilefield_facebook.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'phpBB/phpbb/db/migration/data/v310/profilefield_facebook.php') diff --git a/phpBB/phpbb/db/migration/data/v310/profilefield_facebook.php b/phpBB/phpbb/db/migration/data/v310/profilefield_facebook.php index 5964e7a997..7324b893cc 100644 --- a/phpBB/phpbb/db/migration/data/v310/profilefield_facebook.php +++ b/phpBB/phpbb/db/migration/data/v310/profilefield_facebook.php @@ -18,8 +18,9 @@ class profilefield_facebook extends \phpbb\db\migration\profilefield_base_migrat static public function depends_on() { return array( - '\phpbb\db\migration\data\v310\profilefield_types', + '\phpbb\db\migration\data\v310\profilefield_contact_field', '\phpbb\db\migration\data\v310\profilefield_show_novalue', + '\phpbb\db\migration\data\v310\profilefield_types', ); } -- cgit v1.2.1