projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ae2a5b
)
CRM_Core_Config - Typo
author
Tim Otten
<totten@civicrm.org>
Thu, 5 Sep 2013 21:02:30 +0000
(14:02 -0700)
committer
Tim Otten
<totten@civicrm.org>
Thu, 5 Sep 2013 21:02:30 +0000
(14:02 -0700)
CRM/Core/Config.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Core/Config.php
b/CRM/Core/Config.php
index c7a82abac055ed94f3fdd00827308d10c6155006..459faf837031547f1e5dc59efd429cbdd4680a6d 100644
(file)
--- a/
CRM/Core/Config.php
+++ b/
CRM/Core/Config.php
@@
-503,7
+503,7
@@
class CRM_Core_Config extends CRM_Core_Config_Variables {
}
/**
- * Retrieve a mailer to send any mail from the appl
ci
ation
+ * Retrieve a mailer to send any mail from the appl
ic
ation
*
* @param boolean $persist open a persistent smtp connection, should speed up mailings
* @access private