Project

General

Profile

Bug #23397 » ex.diff

Administrator Admin, 2010-09-06 12:31

View differences:

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;
(2-2/2)