From: Jagadedes Date: Thu, 9 Oct 2014 12:06:49 +0000 (+0530) Subject: navid error corrected X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=cf57e520a75cec008be2f544643d45a60c7eca0a;p=com.zyxware.civiwci.git navid error corrected --- diff --git a/wci.php b/wci.php index 8ad8118..1603bc0 100644 --- a/wci.php +++ b/wci.php @@ -137,7 +137,7 @@ function wci_civicrm_navigationMenu( &$params ) { 'permission' => 'access CiviReport,access CiviContribute', 'operator' => 'OR', 'separator' => 1, - 'parentID' => navId, + 'parentID' => $navId, 'navID' => $navId+1, 'active' => 1)), @@ -149,7 +149,7 @@ function wci_civicrm_navigationMenu( &$params ) { 'permission' => 'access CiviReport,access CiviContribute', 'operator' => 'OR', 'separator' => 1, - 'parentID' => navId, + 'parentID' => $navId, 'navID' => $navId+2, 'active' => 1)), @@ -161,7 +161,7 @@ function wci_civicrm_navigationMenu( &$params ) { 'permission' => 'access CiviReport,access CiviContribute', 'operator' => 'OR', 'separator' => 1, - 'parentID' => navId, + 'parentID' => $navId, 'navID' => $navId+3, 'active' => 1)), @@ -173,7 +173,7 @@ function wci_civicrm_navigationMenu( &$params ) { 'permission' => 'access CiviReport,access CiviContribute', 'operator' => 'OR', 'separator' => 1, - 'parentID' => navId, + 'parentID' => $navId, 'navID' => $navId+4, 'active' => 1)), ),