remove unneccessary code
authoryashodha <yashodha@cividesk.com>
Mon, 31 Dec 2018 05:23:24 +0000 (10:53 +0530)
committeryashodha <yashodha@cividesk.com>
Mon, 31 Dec 2018 05:23:24 +0000 (10:53 +0530)
CRM/Report/Form/Pledge/Pbnp.php

index e2199e88218a1462959e108fd283180b59a5bd98..562b1435f3da82111102a95a438734789c8253a3 100644 (file)
@@ -46,10 +46,6 @@ class CRM_Report_Form_Pledge_Pbnp extends CRM_Report_Form {
    * Class constructor.
    */
   public function __construct() {
-
-    // Check if CiviCampaign is a) enabled and b) has active campaigns
-    $config = CRM_Core_Config::singleton();
-
     $this->_columns = array(
       'civicrm_contact' => array(
         'dao' => 'CRM_Contact_DAO_Contact',