1
0
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:
Nathan Guse
2012-07-23 18:22:35 -05:00
committed by Unknown Bliss
parent 2273ae2b34
commit 106c105113
4 changed files with 83 additions and 141 deletions

View File

@@ -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);
}