Skip to content

Commit

Permalink
worked on CRM-13322
Browse files Browse the repository at this point in the history
  • Loading branch information
yashodha committed Sep 3, 2013
1 parent e02f615 commit a833168
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/configure.php
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ function civicrm_config($frontend = FALSE, $siteKey) {
'templates' . DIRECTORY_SEPARATOR .
'CRM' . DIRECTORY_SEPARATOR .
'common' . DIRECTORY_SEPARATOR .
'civicrm.settings.php.tpl'
'civicrm.settings.php.template'
);
foreach ($params as $key => $value) {
$str = str_replace('%%' . $key . '%%', $value, $str);
Expand Down

0 comments on commit a833168

Please sign in to comment.