Fix hook not visible when using old syntax
This commit is contained in:
parent
e31223d7be
commit
1adfc02724
@ -512,10 +512,10 @@ if ($mode == 'feature')
|
|||||||
$i=0;
|
$i=0;
|
||||||
foreach($objMod->module_parts['hooks'] as $key => $val)
|
foreach($objMod->module_parts['hooks'] as $key => $val)
|
||||||
{
|
{
|
||||||
if ($key == 'entity') continue;
|
if ($key === 'entity') continue;
|
||||||
|
|
||||||
// For special values
|
// For special values
|
||||||
if ($key == 'data')
|
if ($key === 'data')
|
||||||
{
|
{
|
||||||
if (is_array($val))
|
if (is_array($val))
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user