# 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/controller/controller.field.php +++ administrator/components/com_comprofiler/controller/controller.field.php @@ -62,7 +62,17 @@ $_PLUGINS->loadPluginGroup( 'user' ); - if ( $task == 'reloadField' ) { \ No newline at end of file + if ( $task == 'copyField' ) { + if ( $row->sys ) { + echo "\n"; + exit(); + } elseif ( $row->calculated ) { + echo "\n"; + exit(); + } else { + $row->fieldid = 0; + } + } elseif ( $task == 'reloadField' ) { \ No newline at end of file if ( ! $this->_prov_bind_CB_field( $row, $fid ) ) { echo "\n"; exit();