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:
@@ -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(
|
||||
|
Reference in New Issue
Block a user