Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
monishdeb committed Jun 19, 2017
1 parent ac9a364 commit 8cf9d8b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions CRM/Contribute/Form/Contribution.php
Original file line number Diff line number Diff line change
Expand Up @@ -301,10 +301,6 @@ public function preProcess() {
else {
$this->setPageTitle($this->_ppID ? ts('Pledge Payment') : ts('Contribution'));
}

if ($this->_id) {
CRM_Contribute_Form_SoftCredit::preprocess($this);
}
}

/**
Expand Down

0 comments on commit 8cf9d8b

Please sign in to comment.