Bug #39506 ยป t3lib.diff
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));
|
||
}
|