From ea9c63104ded4bc2e2ecb2dc48ea5c523720287d Mon Sep 17 00:00:00 2001 From: sunil Date: Tue, 4 Aug 2015 11:47:41 +0530 Subject: [PATCH] corrected syntax --- CRM/Dashlet/Page/GettingStarted.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Dashlet/Page/GettingStarted.php b/CRM/Dashlet/Page/GettingStarted.php index d88eaca04a..362fd74f7c 100644 --- a/CRM/Dashlet/Page/GettingStarted.php +++ b/CRM/Dashlet/Page/GettingStarted.php @@ -48,7 +48,7 @@ class CRM_Dashlet_Page_GettingStarted extends CRM_Core_Page { static $_tokens = array( 'crmurl' => array( 'configbackend' => 'civicrm/admin/configtask', - ) + ), ); /** -- 2.25.1