X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FEvent%2FImport%2FController.php;h=8d80c0758af6ce5979ed1dd63e5b81ca0ab4f5a3;hb=0def4ed8b6e530b16c676b76eb5d3225db46ff58;hp=baf5521a8893394eebfbc4a539769182315049e2;hpb=a314f452504c608d6bb9b26f0b503d851163aa9f;p=civicrm-core.git diff --git a/CRM/Event/Import/Controller.php b/CRM/Event/Import/Controller.php index baf5521a88..8d80c0758a 100644 --- a/CRM/Event/Import/Controller.php +++ b/CRM/Event/Import/Controller.php @@ -19,17 +19,14 @@ class CRM_Event_Import_Controller extends CRM_Core_Controller { /** * Class constructor. * - * @param null $title + * @param string $title * @param bool|int $action * @param bool $modal */ public function __construct($title = NULL, $action = CRM_Core_Action::NONE, $modal = TRUE) { parent::__construct($title, $modal); - // lets get around the time limit issue if possible, CRM-2113 - if (!ini_get('safe_mode')) { - set_time_limit(0); - } + set_time_limit(0); $this->_stateMachine = new CRM_Import_StateMachine($this, $action);