Project

General

Profile

Bug #39506 ยป t3lib.diff

diff for suggested solution - Christoph Buchli, 2012-08-03 11:39

View differences:

t3lib/class.t3lib_tcemain.php (working copy)
* @return void
*/
public function clear_cacheCmd($cacheCmd) {
// Check if there's anything to do
if (empty($cacheCmd)) {
return;
}
if (is_object($this->BE_USER)) {
$this->BE_USER->writelog(3, 1, 0, 0, 'User %s has cleared the cache (cacheCmd=%s)', array($this->BE_USER->user['username'], $cacheCmd));
}
    (1-1/1)