Skip to content
Snippets Groups Projects
Commit 7ec15a3f authored by Dave Greenberg's avatar Dave Greenberg
Browse files

Merge pull request #2250 from davecivicrm/CRM-14025

CRM-14025 committing PR-2247 to 4.4 branch as intended.
parents 2f9d667b b8696654
Branches
Tags
No related merge requests found
......@@ -350,7 +350,7 @@ class CRM_Event_Form_ManageEvent extends CRM_Core_Form {
CRM_Event_BAO_Event::updateParticipantCampaignID($eventID, $newCampaignID);
}
}
$this->postProcessHook();
if ($this->controller->getButtonName('submit') == "_qf_{$className}_upload_done") {
if ($this->_isTemplate) {
CRM_Utils_System::redirect(CRM_Utils_System::url('civicrm/admin/eventTemplate',
......
......@@ -77,7 +77,7 @@ function civicrm_api3_uf_field_create($params) {
$fieldId = CRM_Utils_Array::value('id', $params);
if (!empty($fieldId)) {
$UFField = new CRM_core_BAO_UFField();
$UFField = new CRM_Core_BAO_UFField();
$UFField->id = $fieldId;
if ($UFField->find(TRUE)) {
$ids['uf_group'] = $UFField->uf_group_id;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment