🔖 Version 1.0.0-beta
This commit is contained in:
parent
c93a06972b
commit
460a811554
26 changed files with 2480 additions and 771 deletions
|
@ -155,7 +155,7 @@ function _mailinglistsync_civix_insert_navigation_menu(&$menu, $path, $item) {
|
|||
$path = explode('/', $path);
|
||||
$first = array_shift($path);
|
||||
foreach ($menu as $key => &$entry) {
|
||||
if ($entry['attributes']['name'] == $first) {
|
||||
if ($entry['attributes']['name'] === $first) {
|
||||
if (!isset($entry['child'])) {
|
||||
$entry['child'] = [];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue