Project

General

Profile

Bug #23397 » 15490.diff

Administrator Admin, 2010-08-18 14:39

View differences:

t3lib/class.t3lib_page.php (Arbeitskopie)
}
}
} 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('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;
(1-1/2)