aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/auth/provider/base.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes/auth/provider/base.php')
-rw-r--r--phpBB/includes/auth/provider/base.php10
1 files changed, 9 insertions, 1 deletions
diff --git a/phpBB/includes/auth/provider/base.php b/phpBB/includes/auth/provider/base.php
index f28f352e2c..7eaf8bb2d3 100644
--- a/phpBB/includes/auth/provider/base.php
+++ b/phpBB/includes/auth/provider/base.php
@@ -41,7 +41,15 @@ abstract class phpbb_auth_provider_base implements phpbb_auth_provider_interface
/**
* {@inheritdoc}
*/
- public function acp($new)
+ public function acp()
+ {
+ return;
+ }
+
+ /**
+ * {@inheritdoc}
+ */
+ public function get_acp_template($new_config)
{
return;
}