Bug #23909 » 0016213_sys_action.patch
class.tx_sysaction_task.php (working copy) | ||
---|---|---|
$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),
|