X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FContribute%2FImport%2FController.php;h=b1582781f8f83332e1814cbb934174a20c6b687b;hb=6524d35ee8c0f501e3787d63da36d28805828f2f;hp=3368e3685ea9a8dd337a60c1d39cad2918c1f3f7;hpb=4e2d3adb5cbcb9f48e4638e4e755f95faffc3d99;p=civicrm-core.git diff --git a/CRM/Contribute/Import/Controller.php b/CRM/Contribute/Import/Controller.php index 3368e3685e..b1582781f8 100644 --- a/CRM/Contribute/Import/Controller.php +++ b/CRM/Contribute/Import/Controller.php @@ -1,34 +1,18 @@ addActions($config->uploadDir, array('uploadFile')); + $this->addActions($config->uploadDir, ['uploadFile']); } }