aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/auth/provider/base.php
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2015-06-04 17:30:16 +0200
committerJoas Schilling <nickvergessen@gmx.de>2015-06-04 17:30:16 +0200
commitf3f82bd3776047ba99d0ba828ce43ff743e65b02 (patch)
treeab1b5270390abaf6b539535871c8f23aacb6c8d0 /phpBB/phpbb/auth/provider/base.php
parent6813735d82d5309327e63d8308988f81554d2299 (diff)
parent9005711ad70148c0ee73f648a96dcc720644e9f9 (diff)
downloadforums-f3f82bd3776047ba99d0ba828ce43ff743e65b02.tar
forums-f3f82bd3776047ba99d0ba828ce43ff743e65b02.tar.gz
forums-f3f82bd3776047ba99d0ba828ce43ff743e65b02.tar.bz2
forums-f3f82bd3776047ba99d0ba828ce43ff743e65b02.tar.xz
forums-f3f82bd3776047ba99d0ba828ce43ff743e65b02.zip
Merge branch '3.1.x'
Diffstat (limited to 'phpBB/phpbb/auth/provider/base.php')
-rw-r--r--phpBB/phpbb/auth/provider/base.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/auth/provider/base.php b/phpBB/phpbb/auth/provider/base.php
index 4c49070eaf..dea27ccc25 100644
--- a/phpBB/phpbb/auth/provider/base.php
+++ b/phpBB/phpbb/auth/provider/base.php
@@ -61,7 +61,7 @@ abstract class base implements \phpbb\auth\provider\provider_interface
/**
* {@inheritdoc}
*/
- public function get_auth_link_data()
+ public function get_auth_link_data($user_id = 0)
{
return;
}