diff options
| author | Joas Schilling <nickvergessen@gmx.de> | 2013-03-18 23:15:27 +0100 |
|---|---|---|
| committer | Joas Schilling <nickvergessen@gmx.de> | 2013-05-08 08:47:21 +0200 |
| commit | 62f35121d948bd177004628a4be2b4e8810a50bd (patch) | |
| tree | 6c7ab0dae2b1db97fc9a6d26f1056b21b34a7e37 /phpBB/includes/extension | |
| parent | 001e3ebe9e9534ba0f05dd3a391a2a163a77347a (diff) | |
| download | forums-62f35121d948bd177004628a4be2b4e8810a50bd.tar forums-62f35121d948bd177004628a4be2b4e8810a50bd.tar.gz forums-62f35121d948bd177004628a4be2b4e8810a50bd.tar.bz2 forums-62f35121d948bd177004628a4be2b4e8810a50bd.tar.xz forums-62f35121d948bd177004628a4be2b4e8810a50bd.zip | |
[ticket/11450] Fix all instances of phpbb_extension_metadata_manager
PHPBB3-11450
Diffstat (limited to 'phpBB/includes/extension')
| -rw-r--r-- | phpBB/includes/extension/manager.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/extension/manager.php b/phpBB/includes/extension/manager.php index a1022762b8..653117adfa 100644 --- a/phpBB/includes/extension/manager.php +++ b/phpBB/includes/extension/manager.php @@ -155,7 +155,7 @@ class phpbb_extension_manager */ public function create_extension_metadata_manager($name, phpbb_template $template) { - return new phpbb_extension_metadata_manager($name, $this->db, $this, $this->phpbb_root_path, $this->php_ext, $template, $this->config); + return new phpbb_extension_metadata_manager($name, $this->config, $this, $template, $this->phpbb_root_path); } /** |
