fixed changes
This commit is contained in:
parent
2ac46334df
commit
be4fbb940c
|
|
@ -77,7 +77,7 @@
|
|||
|
||||
foreach($keysCollection as $key) {
|
||||
if (core()->getConfigData($key['config_key'])) {
|
||||
array_push($links, $key['link']);
|
||||
$links[] = $key['link'];
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue