mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-04 05:25:01 +02:00
[ticket/14037] Minor coding style improvements to event
PHPBB3-14037
This commit is contained in:
parent
cf0170d5e3
commit
897b9f333b
@ -284,6 +284,7 @@ class manager
|
||||
}
|
||||
|
||||
$profile_cache = $this->profile_cache;
|
||||
|
||||
/**
|
||||
* Event to modify template headlines of the generated profile fields
|
||||
*
|
||||
@ -299,6 +300,7 @@ class manager
|
||||
'profile_cache',
|
||||
);
|
||||
extract($this->dispatcher->trigger_event('core.generate_profile_fields_template_headlines', compact($vars)));
|
||||
unset($profile_cache);
|
||||
|
||||
return $tpl_fields;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user