Project

General

Profile

Bug #23909 » 0016213_sys_action_trunk.patch

Administrator Admin, 2010-11-26 15:49

View differences:

typo3/sysext/sys_action/task/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),
(4-4/4)