Actions
Feature #20849
closedProvide a reason for why tslib_fe::set_no_cache() has been triggered
Start date:
2009-08-07
Due date:
% Done:
0%
Estimated time:
PHP Version:
4.3
Tags:
Complexity:
Sprint Focus:
Description
$TSFE->set_no_cache() uses t3lib_div::sysLog() to log why the caching had been disabled.
Currently this is always done by identifying the trigger using a backtrace. This is not always helpful, in fact a more precise message would be much more helpful.
The new $reason parameter stays optional, so if it's not supplied, the old behaviour remains (identify and output the trigger).
(issue imported from #M11669)
Files
Actions