Skip to content

Commit

Permalink
Merge pull request #24286 from eileenmcnaughton/rem
Browse files Browse the repository at this point in the history
[REF] [Upgrade] Remove the entry point that called the unused entry point
  • Loading branch information
demeritcowboy authored Aug 18, 2022
2 parents 5ab1767 + c9bf805 commit aee32ac
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions CRM/Upgrade/Form.php
Original file line number Diff line number Diff line change
Expand Up @@ -186,17 +186,6 @@ public function source($fileName, $isQueryString = FALSE) {
}
}

public function preProcess() {
$this->setTitle($this->getTitle());
if (!$this->verifyPreDBState($errorMessage)) {
if (!isset($errorMessage)) {
$errorMessage = 'pre-condition failed for current upgrade step';
}
throw new CRM_Core_Exception($errorMessage);
}
$this->assign('recentlyViewed', FALSE);
}

public function buildQuickForm() {
$this->addDefaultButtons($this->getButtonTitle(),
'next',
Expand Down

0 comments on commit aee32ac

Please sign in to comment.