Skip to content
Snippets Groups Projects
Commit 5763cfda authored by jaapjansma's avatar jaapjansma
Browse files

fixed notce

parent 3a90514d
No related branches found
No related tags found
No related merge requests found
......@@ -88,6 +88,7 @@ class CRM_Dataprocessor_Form_Source extends CRM_Core_Form {
$this->assign('is_first_data_source', $this->isFirstDataSource);
$type = CRM_Utils_Request::retrieve('type', 'String');
$table_name = false;
if ($type) {
$this->source['type'] = $type;
if ($type==='sqltable') {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment