Skip to content

Commit

Permalink
Merge pull request civicrm#11 from yashodha/master
Browse files Browse the repository at this point in the history
worked on CRM-13322
  • Loading branch information
kurund committed Sep 3, 2013
2 parents e02f615 + a833168 commit 1509e1c
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 1509e1c

Please sign in to comment.