projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63cb44e
)
fix CRM-12027
author
Donald A. Lobo
<lobo@civicrm.org>
Wed, 6 Mar 2013 19:54:43 +0000
(11:54 -0800)
committer
Donald A. Lobo
<lobo@civicrm.org>
Wed, 6 Mar 2013 19:54:43 +0000
(11:54 -0800)
CRM/Import/Form/DataSource.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Import/Form/DataSource.php
b/CRM/Import/Form/DataSource.php
index 0f998d6d05a6a1ee001f7e33dee790a58826c908..9a70a26d6c19c14795ca77ad66cff27ff5f39311 100644
(file)
--- a/
CRM/Import/Form/DataSource.php
+++ b/
CRM/Import/Form/DataSource.php
@@
-85,8
+85,13
@@
class CRM_Import_Form_DataSource extends CRM_Core_Form {
}
$this->_dataSourceIsValid = FALSE;
- $this->_dataSource = CRM_Utils_Request::retrieve('dataSource', 'String',
- CRM_Core_DAO::$_nullObject
+ $this->_dataSource = CRM_Utils_Request::retrieve(
+ 'dataSource',
+ 'String',
+ CRM_Core_DAO::$_nullObject,
+ FALSE,
+ NULL,
+ 'GET'
);
$this->_params = $this->controller->exportValues($this->_name);