From 5d7cb27d90ef570147cf8fbb03063ad68446dafb Mon Sep 17 00:00:00 2001 From: Edsel <edsel.lopez@jmaconsulting.biz> Date: Tue, 8 Oct 2013 18:26:29 +0530 Subject: [PATCH] RG-215 Fixed Create New links --- grantprograms.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grantprograms.php b/grantprograms.php index c51e78b..7cf109f 100644 --- a/grantprograms.php +++ b/grantprograms.php @@ -1080,7 +1080,7 @@ function grantprograms_civicrm_links( $op, $objectName, $objectId, &$links ) { if ($op == 'create.new.shorcuts' && (CRM_Core_Permission::check('access CiviGrant') && CRM_Core_Permission::check('edit grant program')) ) { // add link to create new profile - $links[] = array( 'url' => 'grant_program?reset=1&action=browse', + $links[] = array( 'url' => CRM_Utils_System::url('civicrm/grant_program', 'reset=1&action=browse', FALSE), 'title' => ts('Grant Program'), 'ref' => 'new-grant program'); } -- GitLab