add version.tpl in checklist
authordeb.monish <monish.deb@jmaconsulting.biz>
Wed, 21 Feb 2018 03:14:25 +0000 (08:44 +0530)
committerdeb.monish <monish.deb@jmaconsulting.biz>
Wed, 21 Feb 2018 07:47:44 +0000 (13:17 +0530)
CRM/Utils/Check/Component/Source.php

index 8371bc5861d124864665469a5235cce347135afb..dd649269f476b49b38c28835ae0e5983646fe5cc 100644 (file)
@@ -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;
   }