Project

General

Profile

Feature proposal #1350 » admin.comprofiler.controller.patch

krileon, 27 April 2011 17:34

View differences:

administrator/components/com_comprofiler/admin.comprofiler.controller.php
$cbController->editField( 0, $option, $task );
break;
case "copyField":
case "editField":
$cbController = _CBloadController( 'field' );
$cbController->editField( intval( $cid[0] ), $option, $task );
(1-1/4)