From: eileen Date: Thu, 14 Jan 2021 03:43:29 +0000 (+1300) Subject: Fix naming regression dev/core#2298 X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=e1edb6c0921111654402f9a70ac9f063cb68a2c9;p=civicrm-core.git Fix naming regression dev/core#2298 --- diff --git a/CRM/Grant/Export/Form/Map.php b/CRM/Grant/Export/Form/Map.php index 1dd59e9101..3f7cedc2f7 100644 --- a/CRM/Grant/Export/Form/Map.php +++ b/CRM/Grant/Export/Form/Map.php @@ -18,6 +18,6 @@ /** * This class gets the name of the file to upload */ -class CRM_Pledge_Export_Form_Map extends CRM_Export_Form_Map { +class CRM_Grant_Export_Form_Map extends CRM_Export_Form_Map { }