Fixed File upload issue
authorSudha Bisht <sudha.bisht@webaccessglobal.com>
Fri, 4 Dec 2015 13:42:31 +0000 (19:12 +0530)
committerSudha Bisht <sudha.bisht@webaccessglobal.com>
Fri, 4 Dec 2015 13:42:31 +0000 (19:12 +0530)
CRM/Campaign/Form/Petition/Signature.php

index 23ed93be12f1b0f8d57c937dbb21a1c1db98b637..0693788fe0ee93d2d0df1d3fb564e6f0f102e948 100644 (file)
@@ -298,7 +298,7 @@ class CRM_Campaign_Form_Petition_Signature extends CRM_Core_Form {
     // add buttons
     $this->addButtons(array(
         array(
-          'type' => 'next',
+          'type' => 'upload',
           'name' => ts('Sign the Petition'),
           'isDefault' => TRUE,
         ),