# This patch file was generated by NetBeans IDE # This patch can be applied using context Tools: Apply Diff Patch action on respective folder. # It uses platform neutral UTF-8 encoding. # Above lines and this line are ignored by the patching process. --- administrator/components/com_comprofiler/admin.comprofiler.controller.php +++ administrator/components/com_comprofiler/admin.comprofiler.controller.php @@ -195,6 +195,7 @@ $cbController->editField( 0, $option, $task ); break; + case "copyField": case "editField": $cbController = _CBloadController( 'field' ); $cbController->editField( intval( $cid[0] ), $option, $task );