Bug #16953 » bug_4940.diff
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)');
|
- « Previous
- 1
- 2
- 3
- Next »