Bug #23397 » ex.diff
t3lib/class.t3lib_page.php (working copy) | ||
---|---|---|
}
|
||
}
|
||
} else {
|
||
die ('NO entry in the $TCA-array for the table "'.$table.'". This means that the function enableFields() is called with an invalid table name as argument.');
|
||
throw new InvalidArgumentException(
|
||
'There is no entry in the $TCA array for the table "' . $table .
|
||
'". This means that the function enableFields() is ' .
|
||
'called with an invalid table name as argument.'
|
||
);
|
||
}
|
||
return $query;
|
- « Previous
- 1
- 2
- Next »