Project

General

Profile

Bug #17065 ยป patch.diff

changed command from clearWSID to delete - Simon Apold, 2011-08-09 10:23

View differences:

Classes/ExtDirect/ActionHandler.php (Arbeitskopie)
* @todo What about reporting errors back to the ExtJS interface? /olly/
*/
public function deleteSingleRecord($table, $uid) {
$cmd[$table][$uid]['version'] = array(
'action' => 'clearWSID'
);
$cmd[$table][$uid]['delete'] = 1;
$tce = t3lib_div::makeInstance ('t3lib_TCEmain');
$tce->start(array(), $cmd);
    (1-1/1)