From 57146ccdd124073d70002b25d8e02868b8201b0a Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Mon, 14 Oct 2013 20:10:00 +0200 Subject: [ticket/11917] Hide OAuth UCP Module when OAuth is not the selected backend PHPBB3-11917 --- .../migration/data/v310/auth_provider_oauth2.php | 40 ++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 phpBB/phpbb/db/migration/data/v310/auth_provider_oauth2.php (limited to 'phpBB/phpbb') diff --git a/phpBB/phpbb/db/migration/data/v310/auth_provider_oauth2.php b/phpBB/phpbb/db/migration/data/v310/auth_provider_oauth2.php new file mode 100644 index 0000000000..692647dcde --- /dev/null +++ b/phpBB/phpbb/db/migration/data/v310/auth_provider_oauth2.php @@ -0,0 +1,40 @@ +db->sql_query($sql); + } +} -- cgit v1.2.1