X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FContribute%2FImport%2FController.php;h=ed3d44e3bff0c17d77e8f01d5930f5614efaa1f0;hb=ced9bfed5abf0d9edd1c9039a4089666b603a5ff;hp=6c33167523f1fa26ac2babe3608b4e75a25b89b4;hpb=1cd3ffa90c14ea3bfe3939b59f7b7927dc045b94;p=civicrm-core.git diff --git a/CRM/Contribute/Import/Controller.php b/CRM/Contribute/Import/Controller.php index 6c33167523..ed3d44e3bf 100644 --- a/CRM/Contribute/Import/Controller.php +++ b/CRM/Contribute/Import/Controller.php @@ -36,6 +36,10 @@ class CRM_Contribute_Import_Controller extends CRM_Core_Controller { /** * Class constructor + * + * @param null $title + * @param bool|int $action + * @param bool $modal */ public function __construct($title = NULL, $action = CRM_Core_Action::NONE, $modal = TRUE) { parent::__construct($title, $modal);