[TYPO3-core] About bug #214 - flexform default values

Kasper Skårhøj kasper2005 at typo3.com
Thu Oct 6 16:38:59 CEST 2005


> Yes please send me any details or patches you have.


In tslib_fe, around line 1500, function:


 function headerNoCache() {
  $disableAcquireCacheData = FALSE;

  if ($this->beUserLogin) {
   if (strtolower($_SERVER['HTTP_CACHE_CONTROL'])==='no-cache' || 
strtolower($_SERVER['HTTP_PRAGMA'])==='no-cache') {
    $disableAcquireCacheData = TRUE;
   }
  }



(Simply change.   if ($this->beUserLogin) {} is wrapped around some code.)

- kasper



More information about the TYPO3-team-core mailing list