Skip to content
Snippets Groups Projects
Unverified Commit 5ecd8f11 authored by mattwire's avatar mattwire Committed by GitHub
Browse files

Merge pull request #574 from ray-wright/patch-1

Correct function name
parents 57d9458d 5a002d6c
Branches
No related tags found
No related merge requests found
......@@ -83,7 +83,7 @@ function _getMenuKeyMax($menuArray) {
function civicrm_civicrm_navigationMenu(&$params) {
// Get the maximum key of $params
$maxKey = getMenuKeyMax($params);
$maxKey = _getMenuKeyMax($params);
$params[$maxKey+1] = array(
'attributes' => array(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment