Index: class.tx_sysaction_task.php =================================================================== --- class.tx_sysaction_task.php (revision 9240) +++ class.tx_sysaction_task.php (working copy) @@ -887,7 +887,7 @@ $this->id = intval($record['t3_listPid']); $this->table = $record['t3_tables']; - if ($this->id == 0 || $this->table == '') { + if ($this->id == 0) { $flashMessage = t3lib_div::makeInstance( 't3lib_FlashMessage', $GLOBALS['LANG']->getLL('action_notReady', TRUE),