[REF] [Upgrade] Remove the entry point that called the unused entry point
authorEileen McNaughton <emcnaughton@wikimedia.org>
Wed, 17 Aug 2022 01:19:05 +0000 (13:19 +1200)
committerEileen McNaughton <emcnaughton@wikimedia.org>
Wed, 17 Aug 2022 01:19:05 +0000 (13:19 +1200)
CRM/Upgrade/Form.php

index 12cabd18abac4b5e43f26b97808fe2c23dc3ce0d..7f4903ec44cb5fb0975f473674ad5893a412ab01 100644 (file)
@@ -186,17 +186,6 @@ class CRM_Upgrade_Form extends CRM_Core_Form {
     }
   }
 
-  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',