more fixes --filter=testDeletePriceSetforEventTemplate WebTest_Event_AddPricesetTest
[civicrm-core.git] / install / civicrm.php
index 21ac16abd1c5fa00004f4e9d3bd2490ccdf979c7..e306c37f1fab70f19bece989f95d81a802984a47 100644 (file)
@@ -216,7 +216,7 @@ function civicrm_config(&$config) {
 
   $params['siteKey'] = md5(uniqid('', TRUE) . $params['baseURL']);
 
-  $str = file_get_contents($tplPath . 'civicrm.settings.php.tpl');
+  $str = file_get_contents($tplPath . 'civicrm.settings.php.template');
   foreach ($params as $key => $value) {
     $str = str_replace('%%' . $key . '%%', $value, $str);
   }