mirror of
https://github.com/e107inc/e107.git
synced 2025-01-17 12:48:24 +01:00
Fixes #1946 - System meta event added. 'system_meta_pre'
This commit is contained in:
parent
9f45609cae
commit
fe56126e3f
@ -4053,6 +4053,8 @@ class eResponse
|
||||
public function renderMeta()
|
||||
{
|
||||
$attrData = '';
|
||||
|
||||
e107::getEvent()->trigger('system_meta_pre');
|
||||
|
||||
foreach ($this->_meta as $attr)
|
||||
{
|
||||
@ -4063,6 +4065,7 @@ class eResponse
|
||||
}
|
||||
$attrData .= ' />'."\n";
|
||||
}
|
||||
|
||||
return $attrData;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user