mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/10631] Fixing a few extension admin issues
PHPBB3-10631
This commit is contained in:
parent
323bbf9b52
commit
f05a175e39
2 changed files with 1 additions and 4 deletions
|
@ -60,7 +60,6 @@ class phpbb_extension_metadata_manager
|
|||
*/
|
||||
public function get_metadata($element = 'all')
|
||||
{
|
||||
// TODO: Check ext_name exists and is an extension that exists
|
||||
$this->set_metadata_file();
|
||||
|
||||
// Fetch the metadata
|
||||
|
@ -339,7 +338,5 @@ class phpbb_extension_metadata_manager
|
|||
'AUTHOR_ROLE' => (isset($author['role'])) ? htmlspecialchars($author['role']) : '',
|
||||
));
|
||||
}
|
||||
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"description": "An example/sample extension to be used for testing purposes in phpBB Development.",
|
||||
"version": "1.0.0",
|
||||
"time": "2012-02-15 01:01:01",
|
||||
"licence": "GNU GPL v2",
|
||||
"licence": "GPL-2.0",
|
||||
"authors": [{
|
||||
"name": "Nathan Guse",
|
||||
"username": "EXreaction",
|
||||
|
|
Loading…
Add table
Reference in a new issue