1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/13803] Moved the add_missing_fields() call to the base class

PHPBB3-13803
This commit is contained in:
JoshyPHP
2015-05-09 18:54:57 +02:00
parent 2dc19cec9d
commit ae6ad754a4
2 changed files with 2 additions and 4 deletions

View File

@@ -174,6 +174,7 @@ abstract class base implements reparser_interface
*/
protected function reparse_record(array $record)
{
$record = $this->add_missing_fields($record);
$unparsed = array_merge(
$record,
generate_text_for_edit(