aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/auth/provider_apache.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes/auth/provider_apache.php')
-rw-r--r--phpBB/includes/auth/provider_apache.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/auth/provider_apache.php b/phpBB/includes/auth/provider_apache.php
index a923fb4265..2d26b85877 100644
--- a/phpBB/includes/auth/provider_apache.php
+++ b/phpBB/includes/auth/provider_apache.php
@@ -258,7 +258,7 @@ class phpbb_auth_provider_apache implements phpbb_auth_provider_interface
return false;
}
- public function acp()
+ public function acp($new)
{
return;
}