more tidy ups
[civicrm-core.git] / CRM / Campaign / Form / Gotv.php
index f576b1225787b09c3876cdf2f103492416634870..e1c563cbde9d09dd93359eb0ba8c0e23aab45c32 100755 (executable)
@@ -49,11 +49,9 @@ class CRM_Campaign_Form_Gotv extends CRM_Core_Form {
   protected $_searchVoterFor;
 
   /**
-   * Processing needed for buildForm and later
-   *
-   * @return void
+   * Processing needed for buildForm and later.
    */
-  function preProcess() {
+  public function preProcess() {
     $this->_search = CRM_Utils_Array::value('search', $_GET);
     $this->_force = CRM_Utils_Request::retrieve('force', 'Boolean', $this, FALSE);
     $this->_surveyId = CRM_Utils_Request::retrieve('sid', 'Positive', $this);