aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/ucp/info
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2013-10-14 20:10:00 +0200
committerJoas Schilling <nickvergessen@gmx.de>2014-04-12 11:50:54 +0200
commit57146ccdd124073d70002b25d8e02868b8201b0a (patch)
tree38a5c4002a9cf80273ea17407c331b7b68cf3ae1 /phpBB/includes/ucp/info
parentda834a96f9c1b9cff20b01098046925c7182d5e3 (diff)
downloadforums-57146ccdd124073d70002b25d8e02868b8201b0a.tar
forums-57146ccdd124073d70002b25d8e02868b8201b0a.tar.gz
forums-57146ccdd124073d70002b25d8e02868b8201b0a.tar.bz2
forums-57146ccdd124073d70002b25d8e02868b8201b0a.tar.xz
forums-57146ccdd124073d70002b25d8e02868b8201b0a.zip
[ticket/11917] Hide OAuth UCP Module when OAuth is not the selected backend
PHPBB3-11917
Diffstat (limited to 'phpBB/includes/ucp/info')
-rw-r--r--phpBB/includes/ucp/info/ucp_auth_link.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/ucp/info/ucp_auth_link.php b/phpBB/includes/ucp/info/ucp_auth_link.php
index ee88b15ea8..3a34232d28 100644
--- a/phpBB/includes/ucp/info/ucp_auth_link.php
+++ b/phpBB/includes/ucp/info/ucp_auth_link.php
@@ -19,7 +19,7 @@ class ucp_auth_link_info
'title' => 'UCP_AUTH_LINK',
'version' => '1.0.0',
'modes' => array(
- 'auth_link' => array('title' => 'UCP_AUTH_LINK_MANAGE', 'auth' => '', 'cat' => array('UCP_PROFILE')),
+ 'auth_link' => array('title' => 'UCP_AUTH_LINK_MANAGE', 'auth' => 'authmethod_oauth', 'cat' => array('UCP_PROFILE')),
),
);
}