Bug #24406 ยป 16832.patch
t3lib/class.t3lib_tcemain.php (working copy) | ||
---|---|---|
public function clear_cacheCmd($cacheCmd) {
|
||
global $TYPO3_CONF_VARS;
|
||
$this->BE_USER->writelog(3, 1, 0, 0, 'User %s has cleared the cache (cacheCmd=%s)', array($this->BE_USER->user['username'], $cacheCmd));
|
||
if (TYPO3_MODE === 'BE') {
|
||
$this->BE_USER->writelog(3, 1, 0, 0, 'User %s has cleared the cache (cacheCmd=%s)', array($this->BE_USER->user['username'], $cacheCmd));
|
||
}
|
||
// Clear cache for either ALL pages or ALL tables!
|
||
switch ($cacheCmd) {
|
||
case 'pages':
|