Skip to content

Commit a833168

Browse files
author
yashodha
committed
worked on CRM-13322
1 parent e02f615 commit a833168

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

admin/configure.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ function civicrm_config($frontend = FALSE, $siteKey) {
225225
'templates' . DIRECTORY_SEPARATOR .
226226
'CRM' . DIRECTORY_SEPARATOR .
227227
'common' . DIRECTORY_SEPARATOR .
228-
'civicrm.settings.php.tpl'
228+
'civicrm.settings.php.template'
229229
);
230230
foreach ($params as $key => $value) {
231231
$str = str_replace('%%' . $key . '%%', $value, $str);

0 commit comments

Comments
 (0)