aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/auth/provider/base.php
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2015-06-04 17:30:09 +0200
committerJoas Schilling <nickvergessen@gmx.de>2015-06-04 17:30:09 +0200
commit9005711ad70148c0ee73f648a96dcc720644e9f9 (patch)
treef9404cf36d5b750bfd4a2a8efa3e2c4068205a35 /phpBB/phpbb/auth/provider/base.php
parentdb3782e4912e2945a546309dab38a4c00bd0f5c5 (diff)
parentc5178a19b244c15ff0ca5445972c7efc93c54ac4 (diff)
downloadforums-9005711ad70148c0ee73f648a96dcc720644e9f9.tar
forums-9005711ad70148c0ee73f648a96dcc720644e9f9.tar.gz
forums-9005711ad70148c0ee73f648a96dcc720644e9f9.tar.bz2
forums-9005711ad70148c0ee73f648a96dcc720644e9f9.tar.xz
forums-9005711ad70148c0ee73f648a96dcc720644e9f9.zip
Merge pull request #3502 from marc1706/ticket/13564
[ticket/13564] Unlink user accounts upon deleting user
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;
}