From 6c9d7e1f6a0049c2443e449a092a63ccf268d0aa Mon Sep 17 00:00:00 2001 From: "deb.monish" Date: Wed, 21 Feb 2018 08:44:25 +0530 Subject: [PATCH] add version.tpl in checklist --- CRM/Utils/Check/Component/Source.php | 1 + 1 file changed, 1 insertion(+) diff --git a/CRM/Utils/Check/Component/Source.php b/CRM/Utils/Check/Component/Source.php index 8371bc5861..dd649269f4 100644 --- a/CRM/Utils/Check/Component/Source.php +++ b/CRM/Utils/Check/Component/Source.php @@ -50,6 +50,7 @@ class CRM_Utils_Check_Component_Source extends CRM_Utils_Check_Component { $files[] = '[civicrm.vendor]/pear/net_smtp/tests'; $files[] = '[civicrm.vendor]/pear/net_smtp/phpdoc.sh'; $files[] = '[civicrm.vendor]/phpoffice/phpword/samples'; + $files[] = '[civicrm.root]/templates/CRM/common/version.tpl'; return $files; } -- 2.25.1