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

Michael Stucki michael at typo3.org
Fri Nov 4 20:08:32 CET 2005


Kasper Skårhøj wrote:

>> 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.)

Thanks, I've changed this for 3.8.1 now.

- michael
-- 
Use a newsreader! Check out
http://typo3.org/community/mailing-lists/use-a-news-reader/



More information about the TYPO3-team-core mailing list