1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-05 23:25:30 +02:00

[ticket/10631] Removing un-needed TODOs that are no longer needed.

PHPBB3-10631
This commit is contained in:
Unknown Bliss 2012-09-01 21:30:35 +01:00
parent 79da1ea592
commit 81f7f28cc3

View File

@ -95,7 +95,6 @@ class phpbb_extension_metadata_manager
return ($this->validate('name')) ? $this->metadata['name'] : false;
}
break;
// TODO: Add remaining cases as needed
}
}
@ -153,9 +152,6 @@ class phpbb_extension_metadata_manager
*/
private function clean_metadata_array()
{
// TODO: Remove all parts of the array we don't want or shouldn't be there due to nub mod authors
// $this->metadata = $metadata_finished;
return $this->metadata;
}