mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/10631] Fix some issues as noted in github comments, significantly simplified validation
PHPBB3-10631
This commit is contained in:
committed by
Unknown Bliss
parent
2273ae2b34
commit
106c105113
@@ -131,7 +131,7 @@ class phpbb_extension_manager
|
||||
* @param string $template The template manager
|
||||
* @return phpbb_extension_metadata_manager Instance of the metadata manager
|
||||
*/
|
||||
public function get_extension_metadata($name, phpbb_template $template)
|
||||
public function get_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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user