diff options
author | Marc Alexander <admin@m-a-styles.de> | 2019-05-11 13:40:47 +0200 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2019-05-11 23:36:20 +0200 |
commit | 3f33d8957288ee988e6e276ec8cb2042eb921627 (patch) | |
tree | 604f892ecd5cef1f14e4f936fc19dd3b15f8721e /phpBB/includes/acp/acp_extensions.php | |
parent | 90f8498a4488e7f28ee7741cb9245ff232489127 (diff) | |
download | forums-3f33d8957288ee988e6e276ec8cb2042eb921627.tar forums-3f33d8957288ee988e6e276ec8cb2042eb921627.tar.gz forums-3f33d8957288ee988e6e276ec8cb2042eb921627.tar.bz2 forums-3f33d8957288ee988e6e276ec8cb2042eb921627.tar.xz forums-3f33d8957288ee988e6e276ec8cb2042eb921627.zip |
[ticket/16052] Fix issues caused by merges
PHPBB3-16052
Diffstat (limited to 'phpBB/includes/acp/acp_extensions.php')
-rw-r--r-- | phpBB/includes/acp/acp_extensions.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/acp/acp_extensions.php b/phpBB/includes/acp/acp_extensions.php index f805eafeba..2929de3c4f 100644 --- a/phpBB/includes/acp/acp_extensions.php +++ b/phpBB/includes/acp/acp_extensions.php @@ -38,7 +38,7 @@ class acp_extensions private $phpbb_container; private $php_ini; - function main() + function main($id, $mode) { // Start the page global $config, $user, $template, $request, $phpbb_extension_manager, $phpbb_root_path, $phpbb_log, $phpbb_dispatcher, $phpbb_container; |