Skip to content

Commit

Permalink
Удаление лишнего кода
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitriitux committed Nov 19, 2018
1 parent a2b29f6 commit 5865527
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions radicalmultifield.php
Original file line number Diff line number Diff line change
Expand Up @@ -356,20 +356,10 @@ public function onContentPrepareForm(JForm $form, $data)

}


if($flag)
{
$field = $paramsfieldValuesXML->fields->fieldset->field[$i]->asXML();
$form->load($field, true, '/field/*');
}


}

}

//echo( $form->getXml()->asXML());

}


Expand Down

0 comments on commit 5865527

Please sign in to comment.