X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FContribute%2FImport%2FController.php;h=8ec9f32d1f8366df4c8ffb7cc4f11e0112ba5210;hb=b7dde70cb8586527cda1b12c816eca40ba240239;hp=b1582781f8f83332e1814cbb934174a20c6b687b;hpb=6842e722468feb7ad6e36b8aaf728fbf8f221be9;p=civicrm-core.git diff --git a/CRM/Contribute/Import/Controller.php b/CRM/Contribute/Import/Controller.php index b1582781f8..8ec9f32d1f 100644 --- a/CRM/Contribute/Import/Controller.php +++ b/CRM/Contribute/Import/Controller.php @@ -26,10 +26,7 @@ class CRM_Contribute_Import_Controller extends CRM_Core_Controller { 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);