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:
f9dc363
)
CRM_UpgradeIncremental_php_FourSeven - Typo
author
Tim Otten
<totten@civicrm.org>
Fri, 14 Oct 2016 17:12:22 +0000
(18:12 +0100)
committer
Tim Otten
<totten@civicrm.org>
Fri, 14 Oct 2016 17:12:22 +0000
(18:12 +0100)
CRM/Upgrade/Incremental/php/FourSeven.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Upgrade/Incremental/php/FourSeven.php
b/CRM/Upgrade/Incremental/php/FourSeven.php
index 8d138938a42423e116fad398beb30d5da2fe2a4c..52f71667e7766350a8ba88767556df487813dbe6 100644
(file)
--- a/
CRM/Upgrade/Incremental/php/FourSeven.php
+++ b/
CRM/Upgrade/Incremental/php/FourSeven.php
@@
-254,7
+254,7
@@
class CRM_Upgrade_Incremental_php_FourSeven extends CRM_Upgrade_Incremental_Base
*/
public function upgrade_4_7_13($rev) {
$this->addTask(ts('Upgrade DB to %1: SQL', array(1 => $rev)), 'runSql', $rev);
- $this->addTask(ts('Add colum to allow for payment processors to set what card types are accepted'), 'addAcceptedCardTypesField');
+ $this->addTask(ts('Add colum
n
to allow for payment processors to set what card types are accepted'), 'addAcceptedCardTypesField');
}