Project

General

Profile

Bug #16953 » bug_4940.diff

Administrator Admin, 2007-02-09 13:18

View differences:

typo3/sysext/cms/tslib/class.tslib_fe.php (Arbeitskopie)
* @see makeCacheHash(), tslib_pibase::pi_cHashCheck()
*/
function reqCHash() {
if (!$this->cHash) {
if (!$this->cHash && !$this->no_cache) {
if ($this->TYPO3_CONF_VARS['FE']['pageNotFoundOnCHashError']) {
if ($this->tempContent) { $this->clearPageCacheContent(); }
$this->pageNotFoundAndExit('Request parameters could not be validated (&cHash empty)');
(3-3/3)