mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 20:00:37 +02:00
Fixes #1946 - System meta event added. 'system_meta_pre'
This commit is contained in:
@@ -4054,6 +4054,8 @@ class eResponse
|
||||
{
|
||||
$attrData = '';
|
||||
|
||||
e107::getEvent()->trigger('system_meta_pre');
|
||||
|
||||
foreach ($this->_meta as $attr)
|
||||
{
|
||||
$attrData .= '<meta';
|
||||
@@ -4063,6 +4065,7 @@ class eResponse
|
||||
}
|
||||
$attrData .= ' />'."\n";
|
||||
}
|
||||
|
||||
return $attrData;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user