fixed changes

This commit is contained in:
prateek srivastava 2021-10-14 13:48:20 +05:30
parent 2ac46334df
commit be4fbb940c
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@
foreach($keysCollection as $key) {
if (core()->getConfigData($key['config_key'])) {
array_push($links, $key['link']);
$links[] = $key['link'];
}
}