mirror of
https://github.com/e107inc/e107.git
synced 2025-08-20 21:32:09 +02:00
Issue #2902 Code simplification and cleanup. system_meta_pre event now sends the current meta list to the assigned function.
This commit is contained in:
@@ -4307,7 +4307,7 @@ class eResponse
|
||||
{
|
||||
$attrData = '';
|
||||
|
||||
e107::getEvent()->trigger('system_meta_pre');
|
||||
e107::getEvent()->trigger('system_meta_pre', $this->_meta);
|
||||
|
||||
foreach ($this->_meta as $attr)
|
||||
{
|
||||
|
Reference in New Issue
Block a user