diff --git a/CRM/Upgrade/Form.php b/CRM/Upgrade/Form.php index 12cabd18abac..7f4903ec44cb 100644 --- a/CRM/Upgrade/Form.php +++ b/CRM/Upgrade/Form.php @@ -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',